Skip to content

Commit

Permalink
Fix RISC0 in the CI (#3025)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszcz authored Sep 12, 2024
1 parent 26ea94b commit c1774ff
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 @@ -161,7 +161,7 @@ jobs:
shell: bash
run: |
cargo install [email protected] --force
cargo binstall cargo-risczero@1.1.0 --no-confirm --force
cargo binstall cargo-risczero@1.0.5 --no-confirm --force
cargo risczero install
- name: Checkout CairoVM
Expand Down Expand Up @@ -377,7 +377,7 @@ jobs:
shell: bash
run: |
cargo install [email protected] --force
cargo binstall cargo-risczero@1.1.0 --no-confirm --force
cargo binstall cargo-risczero@1.0.5 --no-confirm --force
cargo risczero install
- name: Checkout CairoVM
Expand Down

0 comments on commit c1774ff

Please sign in to comment.