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 7ebcaed commit d147d19Copy full SHA for d147d19
.github/workflows/build-and-test-rust.yml
@@ -38,6 +38,7 @@ jobs:
38
/home/runner/.risc0/bin/rzup install
39
/home/runner/.risc0/bin/rzup install cargo-risczero 2.0.1
40
/home/runner/.risc0/bin/rzup default cargo-risczero 2.0.1
41
+ rustup target add riscv32im-risc0-zkvm-elf
42
43
- name: Cache Rust dependencies
44
uses: actions/cache@v3
@@ -104,6 +105,7 @@ jobs:
104
105
106
107
108
109
110
111
0 commit comments