Skip to content

Commit

Permalink
Revert "ci: Fix binstall step for now"
Browse files Browse the repository at this point in the history
This reverts commit 384ad2d.
  • Loading branch information
patrickelectric authored and joaoantoniocardoso committed Nov 6, 2024
1 parent bbd8577 commit 16ba4cc
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,7 @@ jobs:
echo "$HOME/.cargo/bin" >> $GITHUB_PATH
- name: Install build dependencies - Cargo-Binstall
#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
uses: cargo-bins/cargo-binstall@main

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

0 comments on commit 16ba4cc

Please sign in to comment.