Skip to content

Commit

Permalink
Fix RISC0 CI (#3233)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszcz authored Dec 5, 2024
1 parent 021fc0c commit 1a76df9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -223,11 +223,13 @@ jobs:
with:
cache-on-failure: false

# cargo-risczero version needs to be updated to the latest version if the
# CI reports a version inconsistency error
- name: Install RISC0 VM
shell: bash
run: |
cargo install [email protected] --force
cargo binstall cargo-risczero@1.1.1 --no-confirm --force
cargo binstall cargo-risczero@1.2.0 --no-confirm --force
cargo risczero install
- name: Checkout CairoVM
Expand Down

0 comments on commit 1a76df9

Please sign in to comment.