Skip to content

Commit 56f9c12

Browse files
committed
fix
1 parent c7107db commit 56f9c12

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Install anchor binaries
2727
run: |
2828
cargo install --git https://github.com/project-serum/anchor avm --locked --force
29-
avm install latest
30-
avm use latest
29+
avm install 0.28.0
30+
avm use 0.28.0
3131
- name: Build
3232
run: anchor build

0 commit comments

Comments
 (0)