File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2020 - name : Set up Rust
2121 uses : actions-rs/toolchain@v1
2222 with :
23- toolchain : nightly
23+ toolchain : stable
2424 components : rustfmt, clippy
2525 override : true
2626
3838 /home/runner/.risc0/bin/rzup install
3939 /home/runner/.risc0/bin/rzup install cargo-risczero 2.0.1
4040 /home/runner/.risc0/bin/rzup default cargo-risczero 2.0.1
41- rustup target add riscv32im-risc0-zkvm-elf
41+ cargo risczero install
4242
4343 - name : Cache Rust dependencies
4444 uses : actions/cache@v3
@@ -105,7 +105,7 @@ jobs:
105105 /home/runner/.risc0/bin/rzup install
106106 /home/runner/.risc0/bin/rzup install cargo-risczero 2.0.1
107107 /home/runner/.risc0/bin/rzup default cargo-risczero 2.0.1
108- rustup target add riscv32im-risc0-zkvm-elf
108+ cargo risczero install
109109
110110 - name : Cache Rust dependencies
111111 uses : actions/cache@v3
You can’t perform that action at this time.
0 commit comments