Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
makarychev committed Mar 26, 2024
1 parent 9266091 commit 5408703
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@
sudo apt-get update
sudo apt-get install -y libssl-dev libudev-dev zlib1g-dev llvm clang
curl -sSf https://release.solana.com/v${{ env.SOLANA_VERSION }}/install | sh
solana config set --url localhost
solana-keygen new
sudo apt-get update
- name: Install Anchor
run: cargo install --git https://github.com/coral-xyz/anchor --tag v0.29.0 anchor-cli --locked
Expand Down

0 comments on commit 5408703

Please sign in to comment.