Skip to content

Commit 094c6af

Browse files
committed
fix(CI): install sp1
1 parent bfcf9f9 commit 094c6af

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
@@ -28,8 +28,8 @@ jobs:
2828
- name: Install sp1 toolchain
2929
run: |
3030
curl -L https://sp1.succinct.xyz | bash
31-
echo "/root/.sp1/bin" >> $GITHUB_PATH
32-
/root/.sp1/bin/sp1up
31+
source /home/runner/.bashrc
32+
sp1up
3333
3434
- name: Cache Rust dependencies
3535
uses: actions/cache@v3

0 commit comments

Comments
 (0)