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 aa19749 commit fa632b1
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/cross-chain-solana.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,11 @@ jobs:
sh -c "$(curl -sSfL https://release.solana.com/v1.16.5/install)"
export PATH="/home/runner/.local/share/solana/install/active_release/bin:$PATH"
source ~/.bashrc
source ~/.profile
source ~/.bash_profile
- name: Checking Solana version
run: solana --version

- name: Install Anchor
run: |
Expand All @@ -68,9 +73,6 @@ jobs:
- name: Install dependencies
run: yarn install

- name: Checking Solana version
run: solana --version

- name: Build contracts
run: yarn build

Expand Down

0 comments on commit fa632b1

Please sign in to comment.