We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cecdcbb commit 2fb2161Copy full SHA for 2fb2161
.github/workflows/test.yml
@@ -30,7 +30,7 @@ jobs:
30
curl -L https://risczero.com/install | bash
31
echo "$HOME/.risc0/bin" >> $GITHUB_PATH
32
- name: Install RISC Zero toolchain
33
- run: rzup install rust && rzup install cargo-risczero 1.2.4
+ run: rzup install rust && rzup install cargo-risczero 3.0.1
34
- run: . "/home/runner/.bashrc" && ZKDCAP_RISC0_BUILD=1 cargo build -r --manifest-path=./zkvm/risc0/Cargo.toml
35
- run: git diff --exit-code
36
0 commit comments