We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89d045f commit 0c87f46Copy full SHA for 0c87f46
.github/workflows/build-and-test-rust.yml
@@ -30,12 +30,12 @@ jobs:
30
curl -L https://sp1.succinct.xyz | bash
31
source /home/runner/.bashrc
32
~/.sp1/bin/sp1up
33
-
+
34
- name: Install risc0 toolchain
35
run: |
36
curl -L https://risczero.com/install | bash
37
38
- rzup install
+ /home/runner/.risc0/bin/rzup install
39
40
- name: Cache Rust dependencies
41
uses: actions/cache@v3
0 commit comments