Skip to content

Commit

Permalink
Validating solana installation
Browse files Browse the repository at this point in the history
  • Loading branch information
dimpar committed Jul 25, 2023
1 parent b39d8ec commit c8a1e73
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/cross-chain-solana.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,9 @@ 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 c8a1e73

Please sign in to comment.