Skip to content

Commit dc6f79e

Browse files
authored
Merge pull request #125 from pyth-network/fix/attribute-iter
fix: attribute iter ci
2 parents c7107db + 56f9c12 commit dc6f79e

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)