We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 024352c commit 97df060Copy full SHA for 97df060
.github/workflows/build-and-test-rust.yml
@@ -82,6 +82,13 @@ jobs:
82
- name: foundry-toolchain
83
uses: foundry-rs/foundry-toolchain@v1.2.0
84
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
+
92
- name: Cache Rust dependencies
93
uses: actions/cache@v3
94
with:
0 commit comments