We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bbf080 commit ab84819Copy full SHA for ab84819
.github/workflows/pyth-sdk-example-anchor-contract.yml
@@ -25,8 +25,6 @@ jobs:
25
echo "/home/runner/.local/share/solana/install/active_release/bin" >> $GITHUB_PATH
26
- name: Install anchor binaries
27
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
+ cargo install --git https://github.com/coral-xyz/anchor avm --tag v0.28.0 --locked --force
31
- name: Build
32
run: anchor build
0 commit comments