Skip to content

Commit 729d537

Browse files
committed
Fix Anchor CI — use Solana CLI 3.1.8 (matches local toolchain)
1 parent bc781bb commit 729d537

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
node-version: 22
1818
- name: Install Solana CLI
1919
run: |
20-
sh -c "$(curl -sSfL https://release.anza.xyz/v2.1.21/install)"
20+
sh -c "$(curl -sSfL https://release.anza.xyz/v3.1.8/install)"
2121
echo "$HOME/.local/share/solana/install/active_release/bin" >> $GITHUB_PATH
2222
- name: Install system dependencies
2323
run: sudo apt-get update && sudo apt-get install -y libudev-dev pkg-config

0 commit comments

Comments
 (0)