Skip to content

Commit 0c87f46

Browse files
committed
ci: fix risc0 toolchain v2
1 parent 89d045f commit 0c87f46

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@ jobs:
3030
curl -L https://sp1.succinct.xyz | bash
3131
source /home/runner/.bashrc
3232
~/.sp1/bin/sp1up
33-
33+
3434
- name: Install risc0 toolchain
3535
run: |
3636
curl -L https://risczero.com/install | bash
3737
source /home/runner/.bashrc
38-
rzup install
38+
/home/runner/.risc0/bin/rzup install
3939
4040
- name: Cache Rust dependencies
4141
uses: actions/cache@v3

0 commit comments

Comments
 (0)