File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 3636 curl -L https://risczero.com/install | bash
3737 source /home/runner/.bashrc
3838 /home/runner/.risc0/bin/rzup install
39- rustup target add riscv32im-risc0-zkvm-elf
39+ /home/runner/.risc0/bin/rzup install cargo-risczero 2.0.1
40+ /home/runner/.risc0/bin/rzup default cargo-risczero 2.0.1
4041
4142 - name : Cache Rust dependencies
4243 uses : actions/cache@v3
@@ -101,7 +102,8 @@ jobs:
101102 curl -L https://risczero.com/install | bash
102103 source /home/runner/.bashrc
103104 /home/runner/.risc0/bin/rzup install
104- rustup target add riscv32im-risc0-zkvm-elf
105+ /home/runner/.risc0/bin/rzup install cargo-risczero 2.0.1
106+ /home/runner/.risc0/bin/rzup default cargo-risczero 2.0.1
105107
106108 - name : Cache Rust dependencies
107109 uses : actions/cache@v3
You can’t perform that action at this time.
0 commit comments