We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc713c9 commit 4644aceCopy full SHA for 4644ace
1 file changed
.github/workflows/build-and-test-rust.yml
@@ -36,7 +36,8 @@ jobs:
36
curl -L https://risczero.com/install | bash
37
source /home/runner/.bashrc
38
/home/runner/.risc0/bin/rzup install
39
- rustup target add riscv32im-risc0-zkvm-elf
+ /home/runner/.risc0/bin/rzup install cargo-risczero 2.0.1
40
+ /home/runner/.risc0/bin/rzup default cargo-risczero 2.0.1
41
42
- name: Cache Rust dependencies
43
uses: actions/cache@v3
@@ -101,7 +102,8 @@ jobs:
101
102
103
104
105
106
107
108
109
0 commit comments