Skip to content

Commit 89d045f

Browse files
committed
ci: fix risc0 toolchain
1 parent 20b7d61 commit 89d045f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,12 @@ jobs:
3030
curl -L https://sp1.succinct.xyz | bash
3131
source /home/runner/.bashrc
3232
~/.sp1/bin/sp1up
33+
34+
- name: Install risc0 toolchain
35+
run: |
36+
curl -L https://risczero.com/install | bash
37+
source /home/runner/.bashrc
38+
rzup install
3339
3440
- name: Cache Rust dependencies
3541
uses: actions/cache@v3

0 commit comments

Comments
 (0)