Skip to content

Commit f6f62bb

Browse files
committed
fix missing bin dir in github CI
1 parent 1802b14 commit f6f62bb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/tests.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ jobs:
1818
# Install Solana CLI (beta, required to fix 'ahash' issue)
1919
solana-cli-version: "1.18.5"
2020

21+
- name: Add Solana bin to PATH
22+
run: echo "$HOME/.local/share/solana/install/active_release/bin" >> $GITHUB_PATH
23+
2124
- name: Setup Node.js version
2225
uses: actions/setup-node@v4
2326
with:

0 commit comments

Comments
 (0)