Skip to content

Commit 9bb35ae

Browse files
committed
fix outdated Solana install URL
1 parent 1802b14 commit 9bb35ae

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/tests.yaml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,12 @@ jobs:
1313

1414
steps:
1515
- uses: actions/checkout@v4
16-
- uses: metadaoproject/setup-solana@v1.0
17-
with:
18-
# Install Solana CLI (beta, required to fix 'ahash' issue)
19-
solana-cli-version: "1.18.5"
16+
17+
- name: Install Solana CLI
18+
run: sh -c "$(curl -sSfL https://release.anza.xyz/v1.18.5/install)"
19+
20+
- name: Add Solana bin to PATH
21+
run: echo "$HOME/.local/share/solana/install/active_release/bin" >> $GITHUB_PATH
2022

2123
- name: Setup Node.js version
2224
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)