Skip to content

Commit ab84819

Browse files
committed
fix avm install script
1 parent 5bbf080 commit ab84819

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/pyth-sdk-example-anchor-contract.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ jobs:
2525
echo "/home/runner/.local/share/solana/install/active_release/bin" >> $GITHUB_PATH
2626
- name: Install anchor binaries
2727
run: |
28-
cargo install --git https://github.com/project-serum/anchor avm --locked --force
29-
avm install 0.28.0
30-
avm use 0.28.0
28+
cargo install --git https://github.com/coral-xyz/anchor avm --tag v0.28.0 --locked --force
3129
- name: Build
3230
run: anchor build

0 commit comments

Comments
 (0)