We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7983539 commit dbf3627Copy full SHA for dbf3627
.github/workflows/ci.yml
@@ -71,7 +71,9 @@ jobs:
71
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
72
73
- name: Install Solana CLI tools
74
- run: sh -c "$(curl -sSfL https://release.solana.com/v1.14.29/install)"
+ run: |
75
+ sh -c "$(curl -sSfL https://release.solana.com/v1.14.29/install)"
76
+ export PATH="$HOME/.local/share/solana/install/active_release/bin:$PATH"
77
78
- name: Generate default signer
79
run: |
0 commit comments