Skip to content

Commit

Permalink
check solana version in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
makarychev committed Mar 26, 2024
1 parent 9facc75 commit 16f4232
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@

- name: Generate new keygen
run: |
solana-keygen new
solana --version
solana-keygen new
solana config set --url localhost
- name: Install Anchor
Expand Down

0 comments on commit 16f4232

Please sign in to comment.