We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc781bb commit 729d537Copy full SHA for 729d537
.github/workflows/test.yml
@@ -17,7 +17,7 @@ jobs:
17
node-version: 22
18
- name: Install Solana CLI
19
run: |
20
- sh -c "$(curl -sSfL https://release.anza.xyz/v2.1.21/install)"
+ sh -c "$(curl -sSfL https://release.anza.xyz/v3.1.8/install)"
21
echo "$HOME/.local/share/solana/install/active_release/bin" >> $GITHUB_PATH
22
- name: Install system dependencies
23
run: sudo apt-get update && sudo apt-get install -y libudev-dev pkg-config
0 commit comments