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 dbf3627 commit ad38e47Copy full SHA for ad38e47
.github/workflows/ci.yml
@@ -74,7 +74,8 @@ jobs:
74
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
-
+ echo "$HOME/.local/share/solana/install/active_release/bin" >> $GITHUB_PATH
78
+
79
- name: Generate default signer
80
81
solana-keygen new -o $HOME/.config/solana/id.json
0 commit comments