We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9510b7b commit 32d3247Copy full SHA for 32d3247
.github/workflows/test.yml
@@ -16,7 +16,8 @@ jobs:
16
- name: RISC Zero toolchain install
17
run: |
18
curl -L https://risczero.com/install | bash
19
- . "/home/runner/.bashrc" && rzup install rust && rzup install cargo-risczero v1.2.2
+ - name: Install dependencies
20
+ run: . "/home/runner/.bashrc" && rzup install rust && rzup install cargo-risczero v1.2.2
21
22
# - run: cargo test
23
# - run: cargo test --manifest-path=./zkvm/risc0/Cargo.toml -- --nocapture
0 commit comments