Skip to content

Commit bfcf9f9

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

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,13 @@ jobs:
2424
components: rustfmt, clippy
2525
override: true
2626

27+
# Reference: https://github.com/succinctlabs/sp1/actions/runs/8886659400/workflow#L61-L65
28+
- name: Install sp1 toolchain
29+
run: |
30+
curl -L https://sp1.succinct.xyz | bash
31+
echo "/root/.sp1/bin" >> $GITHUB_PATH
32+
/root/.sp1/bin/sp1up
33+
2734
- name: Cache Rust dependencies
2835
uses: actions/cache@v3
2936
with:

0 commit comments

Comments
 (0)