Skip to content

Commit

Permalink
fix macos release ci (#1144)
Browse files Browse the repository at this point in the history
  • Loading branch information
eyusufatik authored Sep 9, 2024
1 parent 578594a commit 55a1436
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,9 @@ jobs:
run: |
source $HOME/.cargo/env
cargo install --version 1.7.0 cargo-binstall
- name: Install cargo-risczero
run: |
cargo binstall [email protected] --no-confirm
- name: Install risc0-zkvm toolchain
run: cargo risczero install --version r0.1.79.0-2
env:
Expand Down

0 comments on commit 55a1436

Please sign in to comment.