File tree Expand file tree Collapse file tree 3 files changed +4
-9
lines changed
Expand file tree Collapse file tree 3 files changed +4
-9
lines changed Original file line number Diff line number Diff line change 2222 retry_on : error
2323 shell : bash
2424 command : |
25+ set -euxo pipefail
2526 echo "Installing Surfpool version ${{ env.SURFPOOL_CLI_VERSION }}"
26- curl -sL https://run.surfpool.run/ | bash
27+ curl -sL https://run.surfpool.run/ | VERSION=v${{ env.SURFPOOL_CLI_VERSION }} bash
2728 echo "$HOME/.local/bin" >> $GITHUB_PATH
2829 echo "$PATH"
2930 ls -al $HOME/.local/bin
Original file line number Diff line number Diff line change 1717 node_version : 20.18.0
1818 cargo_profile : release
1919 anchor_binary_name : anchor-binary-no-caching
20- # TODO: currently this value is only used to invalidate the cache and install latest, it is not
21- # actually installing the specified version.
22- # Issue: https://github.com/solana-foundation/anchor/issues/4160
23- surfpool_cli_version : 1.0.0-rc1
20+ surfpool_cli_version : 1.0.0
Original file line number Diff line number Diff line change 2222 node_version : 20.18.0
2323 cargo_profile : debug
2424 anchor_binary_name : anchor-binary
25- # TODO: currently this value is only used to invalidate the cache and install latest, it is not
26- # actually installing the specified version.
27- # Issue: https://github.com/solana-foundation/anchor/issues/4160
28- surfpool_cli_version : 1.0.0-rc1
25+ surfpool_cli_version : 1.0.0
You can’t perform that action at this time.
0 commit comments