We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab84819 commit 3a2424fCopy full SHA for 3a2424f
.github/workflows/pyth-sdk-example-anchor-contract.yml
@@ -26,5 +26,6 @@ jobs:
26
- name: Install anchor binaries
27
run: |
28
cargo install --git https://github.com/coral-xyz/anchor avm --tag v0.28.0 --locked --force
29
+ avm use 0.28.0
30
- name: Build
31
run: anchor build
0 commit comments