We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfcf9f9 commit 094c6afCopy full SHA for 094c6af
1 file changed
.github/workflows/build-and-test-rust.yml
@@ -28,8 +28,8 @@ jobs:
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
+ source /home/runner/.bashrc
+ sp1up
33
34
- name: Cache Rust dependencies
35
uses: actions/cache@v3
0 commit comments