Skip to content

Commit

Permalink
Fix RISC0 on the CI (#3061)
Browse files Browse the repository at this point in the history
It seems that whenever a new major version of `cargo-risczero` becomes
available, the CI needs to be updated to install this version.
  • Loading branch information
lukaszcz authored Sep 26, 2024
1 parent 7ae42a1 commit 038931a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ jobs:
shell: bash
run: |
cargo install cargo-binstall@1.6.9 --force
cargo binstall cargo-risczero@1.0.5 --no-confirm --force
cargo binstall cargo-risczero@1.1.1 --no-confirm --force
cargo risczero install
- name: Checkout CairoVM
Expand Down Expand Up @@ -413,7 +413,7 @@ jobs:
shell: bash
run: |
cargo install cargo-binstall@1.6.9 --force
cargo binstall cargo-risczero@1.0.5 --no-confirm --force
cargo binstall cargo-risczero@1.1.1 --no-confirm --force
cargo risczero install
- name: Checkout CairoVM
Expand Down

0 comments on commit 038931a

Please sign in to comment.