Skip to content

Commit 50aac67

Browse files
committed
Replace deprecated solana install with anza
1 parent bae6e4d commit 50aac67

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actions/setup-solana/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ runs:
1111
~/.cache/solana/
1212
~/.local/share/solana/
1313
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)"
14+
- run: sh -c "$(curl -sSfL https://release.anza.xyz/v${{ env.SOLANA_CLI_VERSION }}/install)"
1515
shell: bash
1616
- run: echo "/home/runner/.local/share/solana/install/active_release/bin" >> $GITHUB_PATH
1717
shell: bash

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
branches:
99
- master
1010
env:
11-
SOLANA_CLI_VERSION: 1.17.18
11+
SOLANA_CLI_VERSION: 1.18.15
1212
NODE_VERSION: 22
1313

1414
jobs:

0 commit comments

Comments
 (0)