Skip to content

Commit

Permalink
fix(ci): ec2 toolchain tests should use latest tag for main
Browse files Browse the repository at this point in the history
  • Loading branch information
nhtyy committed Jan 18, 2025
1 parent c4db7f3 commit 9d8e067
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/toolchain-ec2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
- name: "Install SP1"
env:
SP1UP_VERSION: ${{ github.ref_name }}
SP1UP_VERSION: ${{ github.ref_name == 'main' && 'latest' || github.ref_name }}
run: |
cd sp1up
chmod +x sp1up
Expand Down

0 comments on commit 9d8e067

Please sign in to comment.