Skip to content

Commit

Permalink
ci: remove old toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
srdtrk committed Jan 16, 2025
1 parent 5872efb commit a519cb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ jobs:
- name: Install SP1 toolchain
if: (steps.cache-relayer.outputs.cache-hit != 'true')
run: |
curl -L https://raw.githubusercontent.com/succinctlabs/sp1/v3.4.0/sp1up/install | bash
curl -L https://sp1.succinct.xyz | bash
~/.sp1/bin/sp1up --token ${{ secrets.GITHUB_TOKEN }}
~/.sp1/bin/cargo-prove prove --version
Expand Down

0 comments on commit a519cb1

Please sign in to comment.