Skip to content

Commit

Permalink
ci: Fix binstall step for now
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick José Pereira <[email protected]>
  • Loading branch information
patrickelectric authored and joaoantoniocardoso committed Nov 5, 2024
1 parent c1d718a commit 384ad2d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,9 @@ jobs:
echo "$HOME/.cargo/bin" >> $GITHUB_PATH
- name: Install build dependencies - Cargo-Binstall
uses: cargo-bins/cargo-binstall@main
#uses: cargo-bins/cargo-binstall@main
# Waits for https://github.com/cargo-bins/cargo-binstall/issues/1953 to be fixed
run: curl -A "Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Firefox/81.0" -L --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/cargo-bins/cargo-binstall/main/install-from-binstall-release.sh | bash

- name: Install build dependencies - Cross, Trunk
run: cargo binstall -y trunk cross
Expand Down

0 comments on commit 384ad2d

Please sign in to comment.