Skip to content

Commit 2fb2161

Browse files
committed
ci: bump cargo-risczero to 3.0.1
Signed-off-by: Jun Kimura <[email protected]>
1 parent cecdcbb commit 2fb2161

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
curl -L https://risczero.com/install | bash
3131
echo "$HOME/.risc0/bin" >> $GITHUB_PATH
3232
- name: Install RISC Zero toolchain
33-
run: rzup install rust && rzup install cargo-risczero 1.2.4
33+
run: rzup install rust && rzup install cargo-risczero 3.0.1
3434
- run: . "/home/runner/.bashrc" && ZKDCAP_RISC0_BUILD=1 cargo build -r --manifest-path=./zkvm/risc0/Cargo.toml
3535
- run: git diff --exit-code
3636

0 commit comments

Comments
 (0)