We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c70eb28 commit bfcf9f9Copy full SHA for bfcf9f9
.github/workflows/build-and-test-rust.yml
@@ -24,6 +24,13 @@ jobs:
24
components: rustfmt, clippy
25
override: true
26
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
+
34
- name: Cache Rust dependencies
35
uses: actions/cache@v3
36
with:
0 commit comments