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 0c87f46 commit 8245748Copy full SHA for 8245748
.github/workflows/build-and-test-rust.yml
@@ -35,6 +35,7 @@ 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
40
41
- name: Cache Rust dependencies
@@ -99,6 +100,7 @@ jobs:
99
100
101
102
103
104
rzup install
105
106
0 commit comments