mirror of
https://github.com/anoma/juvix.git
synced 2025-01-06 06:53:33 +03:00
Fix RISC0 on the CI (#3061)
It seems that whenever a new major version of `cargo-risczero` becomes available, the CI needs to be updated to install this version.
This commit is contained in:
parent
7ae42a1d43
commit
038931ac6c
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -197,7 +197,7 @@ jobs:
|
||||
shell: bash
|
||||
run: |
|
||||
cargo install cargo-binstall@1.6.9 --force
|
||||
cargo binstall cargo-risczero@1.0.5 --no-confirm --force
|
||||
cargo binstall cargo-risczero@1.1.1 --no-confirm --force
|
||||
cargo risczero install
|
||||
|
||||
- name: Checkout CairoVM
|
||||
@ -413,7 +413,7 @@ jobs:
|
||||
shell: bash
|
||||
run: |
|
||||
cargo install cargo-binstall@1.6.9 --force
|
||||
cargo binstall cargo-risczero@1.0.5 --no-confirm --force
|
||||
cargo binstall cargo-risczero@1.1.1 --no-confirm --force
|
||||
cargo risczero install
|
||||
|
||||
- name: Checkout CairoVM
|
||||
|
Loading…
Reference in New Issue
Block a user