Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/actions/setup-surfpool/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@ runs:
retry_on: error
shell: bash
command: |
set -euxo pipefail
echo "Installing Surfpool version ${{ env.SURFPOOL_CLI_VERSION }}"
curl -sL https://run.surfpool.run/ | bash
curl -sL https://run.surfpool.run/ | VERSION=v${{ env.SURFPOOL_CLI_VERSION }} bash
echo "$HOME/.local/bin" >> $GITHUB_PATH
echo "$PATH"
ls -al $HOME/.local/bin
Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/no-caching-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,4 @@ jobs:
node_version: 20.18.0
cargo_profile: release
anchor_binary_name: anchor-binary-no-caching
# TODO: currently this value is only used to invalidate the cache and install latest, it is not
# actually installing the specified version.
# Issue: https://github.com/solana-foundation/anchor/issues/4160
surfpool_cli_version: 1.0.0-rc1
surfpool_cli_version: 1.0.0
5 changes: 1 addition & 4 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,4 @@ jobs:
node_version: 20.18.0
cargo_profile: debug
anchor_binary_name: anchor-binary
# TODO: currently this value is only used to invalidate the cache and install latest, it is not
# actually installing the specified version.
# Issue: https://github.com/solana-foundation/anchor/issues/4160
surfpool_cli_version: 1.0.0-rc1
surfpool_cli_version: 1.0.0