Skip to content

Commit

Permalink
ci: uses HOME env var
Browse files Browse the repository at this point in the history
  • Loading branch information
scnale committed Sep 17, 2024
1 parent 8f7a3e6 commit 99303f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
run: sh -c "$(curl -sSfL https://release.solana.com/v1.28.23/install)"
shell: bash
- name: Update PATH
run: echo "/home/runner/.local/share/solana/install/active_release/bin" >> $GITHUB_PATH
run: echo "$HOME/.local/share/solana/install/active_release/bin" >> $GITHUB_PATH
shell: bash
- name: Install Anchor
run: npm i -g @coral-xyz/[email protected]
Expand Down

0 comments on commit 99303f2

Please sign in to comment.