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 5d18122 commit 2fd8688
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@
solana --version
solana config set --url localhost
- name: Install anchor
run: npm i -g @project-serum/anchor-cli@0.29.0
- name: Install Anchor
run: cargo install --git https://github.com/coral-xyz/anchor --tag v0.29.0 anchor-cli --locked

- name: Build
run: anchor build

- name: Build
- name: Test
run: anchor test

0 comments on commit 2fd8688

Please sign in to comment.