mirror of
https://github.com/anoma/juvix.git
synced 2024-12-24 16:12:14 +03:00
Fix RISC0 CI (#3233)
This commit is contained in:
parent
021fc0ccb8
commit
1a76df9486
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -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 cargo-binstall@1.6.9 --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
|
||||
|
Loading…
Reference in New Issue
Block a user