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 76ad695 commit f9945b7Copy full SHA for f9945b7
.github/workflows/test.yml
@@ -23,6 +23,7 @@ jobs:
23
- name: Install Solana
24
run: |
25
sh -c "$(curl -sSfL https://release.anza.xyz/v2.1.21/install)"
26
+ echo "$HOME/.local/share/solana/install/active_release/bin" >> $GITHUB_PATH
27
28
- name: Install Anchor
29
0 commit comments