Skip to content

Commit

Permalink
adding solana cli path after installation in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruvja committed Oct 12, 2023
1 parent 75684e2 commit 32c0aa2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,8 @@ jobs:
- name: Copy Keypair to Solana Config
run: cp solana/solana-ibc/keypair.json ~/.config/solana/id.json

- run: echo "/home/runner/.local/share/solana/install/active_release/bin" >> $GITHUB_PATH

- name: Install Anchor
# We need to build from master because 0.28 doesn’t support workspace
# inheritance in Cargo.toml.
Expand Down

0 comments on commit 32c0aa2

Please sign in to comment.