We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1802b14 commit 9bb35aeCopy full SHA for 9bb35ae
.github/workflows/tests.yaml
@@ -13,10 +13,12 @@ jobs:
13
14
steps:
15
- 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"
+
+ - name: Install Solana CLI
+ run: sh -c "$(curl -sSfL https://release.anza.xyz/v1.18.5/install)"
20
+ - name: Add Solana bin to PATH
21
+ run: echo "$HOME/.local/share/solana/install/active_release/bin" >> $GITHUB_PATH
22
23
- name: Setup Node.js version
24
uses: actions/setup-node@v4
0 commit comments