We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a2424f commit 242f85dCopy full SHA for 242f85d
.github/workflows/pyth-sdk-example-anchor-contract.yml
@@ -26,6 +26,7 @@ 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 install 0.28.0
30
avm use 0.28.0
31
- name: Build
32
run: anchor build
0 commit comments