File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88 id : cache-surfpool
99 with :
1010 path : /usr/local/bin/surfpool
11+ # TODO: currently this value is only used to invalidate the cache and install latest, it is not
12+ # actually installing the specified version.
13+ # Issue: https://github.com/solana-foundation/anchor/issues/4160
1114 key : surfpool-${{ runner.os }}-v${{ env.SURFPOOL_CLI_VERSION }}
1215
1316 - uses : nick-fields/retry@v2
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- surfpool_cli_version : 0.11.2
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
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- surfpool_cli_version : 0.11.2
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
You can’t perform that action at this time.
0 commit comments