1
1
mirror of https://github.com/anoma/juvix.git synced 2024-12-25 08:34:10 +03:00

Fix RISC0 CI (#3233)

This commit is contained in:
Łukasz Czajka 2024-12-05 14:12:21 +01:00 committed by GitHub
parent 021fc0ccb8
commit 1a76df9486
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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