Skip to content

Commit

Permalink
Installing Solana and Anchor for solana workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dimpar committed Jul 25, 2023
1 parent 788fb87 commit f986a95
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/cross-chain-solana.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,13 @@ jobs:
- name: Configure git to not use unauthenticated protocol
run: git config --global url."https://".insteadOf git://

- name: Install Solana
run: sh -c "$(curl -sSfL https://release.solana.com/v1.16.5/install)"

- name: Install Anchor
run: |
cargo install --git https://github.com/coral-xyz/anchor --tag v0.28.0 anchor-cli --locked
- name: Install dependencies
run: yarn install

Expand Down

0 comments on commit f986a95

Please sign in to comment.