Skip to content

Commit

Permalink
Fix RISC0 compilation on the CI (#3015)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszcz committed Sep 10, 2024
1 parent d891908 commit 5d0aa6e
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.0.2 --no-confirm --force
cargo binstall cargo-risczero@1.1.0 --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.0.2 --no-confirm --force
cargo binstall cargo-risczero@1.1.0 --no-confirm --force
cargo risczero install
- name: Checkout CairoVM
Expand Down

0 comments on commit 5d0aa6e

Please sign in to comment.