We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bae6e4d commit 50aac67Copy full SHA for 50aac67
.github/actions/setup-solana/action.yaml
@@ -11,7 +11,7 @@ runs:
11
~/.cache/solana/
12
~/.local/share/solana/
13
key: solana-${{ runner.os }}-v0000-${{ env.SOLANA_CLI_VERSION }}
14
- - run: sh -c "$(curl -sSfL https://release.solana.com/v${{ env.SOLANA_CLI_VERSION }}/install)"
+ - run: sh -c "$(curl -sSfL https://release.anza.xyz/v${{ env.SOLANA_CLI_VERSION }}/install)"
15
shell: bash
16
- run: echo "/home/runner/.local/share/solana/install/active_release/bin" >> $GITHUB_PATH
17
.github/workflows/tests.yaml
@@ -8,7 +8,7 @@ on:
8
branches:
9
- master
10
env:
- SOLANA_CLI_VERSION: 1.17.18
+ SOLANA_CLI_VERSION: 1.18.15
NODE_VERSION: 22
jobs:
0 commit comments