Skip to content

Commit 8245748

Browse files
committed
ci: add riscv32im-risc0-zkvm-elf target
1 parent 0c87f46 commit 8245748

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build-and-test-rust.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ jobs:
3535
run: |
3636
curl -L https://risczero.com/install | bash
3737
source /home/runner/.bashrc
38+
rustup target add riscv32im-risc0-zkvm-elf
3839
/home/runner/.risc0/bin/rzup install
3940
4041
- name: Cache Rust dependencies
@@ -99,6 +100,7 @@ jobs:
99100
run: |
100101
curl -L https://risczero.com/install | bash
101102
source /home/runner/.bashrc
103+
rustup target add riscv32im-risc0-zkvm-elf
102104
rzup install
103105
104106
- name: Cache Rust dependencies

0 commit comments

Comments
 (0)