Skip to content

Commit

Permalink
Exporting PATH after Solana installation
Browse files Browse the repository at this point in the history
  • Loading branch information
dimpar committed Jul 25, 2023
1 parent c8a1e73 commit 917b2aa
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/cross-chain-solana.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,9 @@ jobs:
run: curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y

- name: Install Solana
run: sh -c "$(curl -sSfL https://release.solana.com/v1.16.5/install)"
run: |
sh -c "$(curl -sSfL https://release.solana.com/v1.16.5/install)"
export PATH="/home/runner/.local/share/solana/install/active_release/bin:$PATH"
- name: Install Anchor
run: |
Expand Down

0 comments on commit 917b2aa

Please sign in to comment.