Skip to content

Commit

Permalink
try installing binstall with --locked
Browse files Browse the repository at this point in the history
  • Loading branch information
eyusufatik committed Dec 21, 2024
1 parent 943bdd9 commit c47199b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,13 +103,12 @@ jobs:
run: |
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
rustup install 1.79.0
rustup install 1.81.0
rustup default 1.79.0
- name: Install Cargo Binstall
run: |
source $HOME/.cargo/env
cargo install --version 1.7.0 cargo-binstall
cargo install --version 1.7.0 --locked cargo-binstall
- name: Install cargo-risczero
run: |
Expand Down

0 comments on commit c47199b

Please sign in to comment.