Skip to content

Commit

Permalink
svm: fix ci 2
Browse files Browse the repository at this point in the history
Signed-off-by: bingyuyap <[email protected]>
  • Loading branch information
bingyuyap committed Nov 25, 2024
1 parent 454b559 commit 8dc0120
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/svm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ jobs:
run: |
ANCHOR_VERSION="$(awk '/anchor_version =/ { print substr($3, 2, length($3)-2) }' Anchor.toml)"
echo "::set-output name=version::${ANCHOR_VERSION}"
- name: Install Anchor CLI
run: |
cargo install --git https://github.com/coral-xyz/anchor avm --locked --force
avm install ${{steps.anchor.outputs.version}}
avm use ${{steps.anchor.outputs.version}}
- name: Build dependencies
run: make build
- uses: evan-gray/anchor-test@06370fbca011ee48b176211b8f858789d6c33282
Expand Down

0 comments on commit 8dc0120

Please sign in to comment.