Skip to content

Commit 32d3247

Browse files
committed
OK
Signed-off-by: Jun Kimura <jun.kimura@datachain.jp>
1 parent 9510b7b commit 32d3247

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ jobs:
1616
- name: RISC Zero toolchain install
1717
run: |
1818
curl -L https://risczero.com/install | bash
19-
. "/home/runner/.bashrc" && rzup install rust && rzup install cargo-risczero v1.2.2
19+
- name: Install dependencies
20+
run: . "/home/runner/.bashrc" && rzup install rust && rzup install cargo-risczero v1.2.2
2021

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

0 commit comments

Comments
 (0)