We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7209aeb commit 1199790Copy full SHA for 1199790
.github/workflows/test.yml
@@ -20,7 +20,7 @@ jobs:
20
run: |
21
curl -L https://risczero.com/install | bash
22
cat ~/.bashrc
23
- . ~/.bashrc && rzup install cargo-risczero v1.2.2
+ source /home/runner/.bashrc && echo $PATH && rzup install cargo-risczero v1.2.2
24
25
# - run: cargo test
26
# - run: cargo test --manifest-path=./zkvm/risc0/Cargo.toml -- --nocapture
0 commit comments