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 8245748 commit ad9c9adCopy full SHA for ad9c9ad
.github/workflows/build-and-test-rust.yml
@@ -35,8 +35,8 @@ jobs:
35
run: |
36
curl -L https://risczero.com/install | bash
37
source /home/runner/.bashrc
38
- rustup target add riscv32im-risc0-zkvm-elf
39
/home/runner/.risc0/bin/rzup install
+ rustup target add riscv32im-risc0-zkvm-elf
40
41
- name: Cache Rust dependencies
42
uses: actions/cache@v3
@@ -100,8 +100,8 @@ jobs:
100
101
102
103
+ /home/runner/.risc0/bin/rzup install
104
rustup target add riscv32im-risc0-zkvm-elf
- rzup install
105
106
107
0 commit comments