Skip to content

Commit

Permalink
Merge pull request #189 from darklakefi/develop
Browse files Browse the repository at this point in the history
Fix CI setup
  • Loading branch information
vitorpy authored Oct 25, 2024
2 parents e0db334 + a254f0d commit 4f176cb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test-anchor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ jobs:
anchor-version: '0.30.1'
node-version: '20'
solana-cli-version: '1.18.9'

- name: Install circom
run: npm install -g circom

- name: Generate new keypair
run: solana-keygen new --no-bip39-passphrase
Expand Down

0 comments on commit 4f176cb

Please sign in to comment.