Skip to content

Commit 0b7d332

Browse files
committed
fix
Signed-off-by: Jun Kimura <jun.kimura@datachain.jp>
1 parent 32d3247 commit 0b7d332

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,12 @@ jobs:
1313
- uses: actions/checkout@v4
1414
- uses: actions-rust-lang/setup-rust-toolchain@v1
1515
- uses: Swatinem/rust-cache@v2
16-
- name: RISC Zero toolchain install
16+
- name: Install rzup
1717
run: |
1818
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
19+
echo "$HOME/.risc0/bin" >> $GITHUB_PATH
20+
- name: Install RISC Zero toolchain
21+
run: rzup install rust && rzup install cargo-risczero v1.2.2
2122

2223
# - run: cargo test
2324
# - run: cargo test --manifest-path=./zkvm/risc0/Cargo.toml -- --nocapture

0 commit comments

Comments
 (0)