Skip to content

Commit 97df060

Browse files
committed
fix(CI): install sp1 before running tests
1 parent 024352c commit 97df060

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
@@ -82,6 +82,13 @@ jobs:
8282
- name: foundry-toolchain
8383
uses: foundry-rs/[email protected]
8484

85+
# Reference: https://github.com/succinctlabs/sp1/actions/runs/8886659400/workflow#L61-L65
86+
- name: Install sp1 toolchain
87+
run: |
88+
curl -L https://sp1.succinct.xyz | bash
89+
source /home/runner/.bashrc
90+
~/.sp1/bin/sp1up
91+
8592
- name: Cache Rust dependencies
8693
uses: actions/cache@v3
8794
with:

0 commit comments

Comments
 (0)