Skip to content

Commit

Permalink
chore: bump anchor
Browse files Browse the repository at this point in the history
  • Loading branch information
guibescos committed Apr 1, 2024
1 parent daa0439 commit a28f69f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/anchor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ jobs:
run: npm ci
- name: Install Solana
run: |
sh -c "$(curl -sSfL https://release.solana.com/v1.14.20/install)"
sh -c "$(curl -sSfL https://release.solana.com/v1.18.8/install)"
echo "/home/runner/.local/share/solana/install/active_release/bin" >> $GITHUB_PATH
- name: Install Anchor
working-directory: ./staking
run: npm i -g @coral-xyz/anchor-cli@0.27.0
run: npm i -g @coral-xyz/anchor-cli@0.29.0
- name: Anchor test
working-directory: ./staking
run: npm run test
Expand Down

0 comments on commit a28f69f

Please sign in to comment.