Skip to content

Commit ad38e47

Browse files
authored
Update ci.yml
1 parent dbf3627 commit ad38e47

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,8 @@ jobs:
7474
run: |
7575
sh -c "$(curl -sSfL https://release.solana.com/v1.14.29/install)"
7676
export PATH="$HOME/.local/share/solana/install/active_release/bin:$PATH"
77-
77+
echo "$HOME/.local/share/solana/install/active_release/bin" >> $GITHUB_PATH
78+
7879
- name: Generate default signer
7980
run: |
8081
solana-keygen new -o $HOME/.config/solana/id.json

0 commit comments

Comments
 (0)