Skip to content

Commit dbf3627

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

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,9 @@ jobs:
7171
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
7272

7373
- name: Install Solana CLI tools
74-
run: sh -c "$(curl -sSfL https://release.solana.com/v1.14.29/install)"
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"
7577
7678
- name: Generate default signer
7779
run: |

0 commit comments

Comments
 (0)