Skip to content

Commit

Permalink
add solana install on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
makarychev committed Mar 26, 2024
1 parent b460064 commit 9266091
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@
override: true
components: rustfmt, clippy

- name: Install Solana
run: |
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
- 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 9266091

Please sign in to comment.