diff --git a/.github/actions/setup-solana/action.yaml b/.github/actions/setup-solana/action.yaml index af7c3946..181140b5 100644 --- a/.github/actions/setup-solana/action.yaml +++ b/.github/actions/setup-solana/action.yaml @@ -19,7 +19,10 @@ runs: max_attempts: 10 retry_on: error shell: bash - command: sh -c "$(curl -sSfL https://release.solana.com/v${{ env.SOLANA_CLI_VERSION }}/install)" + command: | + curl -sSfL https://release.anza.xyz/v1.18.10/agave-install-init-x86_64-unknown-linux-gnu -o agave-init + chmod +x agave-init + ./agave-init 1.18.10 - run: echo "/home/runner/.local/share/solana/install/active_release/bin" >> $GITHUB_PATH shell: bash - run: solana-keygen new --no-bip39-passphrase