We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32d3247 commit 0b7d332Copy full SHA for 0b7d332
.github/workflows/test.yml
@@ -13,11 +13,12 @@ jobs:
13
- uses: actions/checkout@v4
14
- uses: actions-rust-lang/setup-rust-toolchain@v1
15
- uses: Swatinem/rust-cache@v2
16
- - name: RISC Zero toolchain install
+ - name: Install rzup
17
run: |
18
curl -L https://risczero.com/install | bash
19
- - name: Install dependencies
20
- run: . "/home/runner/.bashrc" && rzup install rust && rzup install cargo-risczero v1.2.2
+ echo "$HOME/.risc0/bin" >> $GITHUB_PATH
+ - name: Install RISC Zero toolchain
21
+ run: rzup install rust && rzup install cargo-risczero v1.2.2
22
23
# - run: cargo test
24
# - run: cargo test --manifest-path=./zkvm/risc0/Cargo.toml -- --nocapture
0 commit comments