Skip to content

Commit 1199790

Browse files
committed
fix
1 parent 7209aeb commit 1199790

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
@@ -20,7 +20,7 @@ jobs:
2020
run: |
2121
curl -L https://risczero.com/install | bash
2222
cat ~/.bashrc
23-
. ~/.bashrc && rzup install cargo-risczero v1.2.2
23+
source /home/runner/.bashrc && echo $PATH && rzup install cargo-risczero v1.2.2
2424
2525
# - run: cargo test
2626
# - run: cargo test --manifest-path=./zkvm/risc0/Cargo.toml -- --nocapture

0 commit comments

Comments
 (0)