Skip to content

Commit 242f85d

Browse files
committed
fix script
1 parent 3a2424f commit 242f85d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
- name: Install anchor binaries
2727
run: |
2828
cargo install --git https://github.com/coral-xyz/anchor avm --tag v0.28.0 --locked --force
29+
avm install 0.28.0
2930
avm use 0.28.0
3031
- name: Build
3132
run: anchor build

0 commit comments

Comments
 (0)