Skip to content

Commit

Permalink
Merge pull request #125 from pyth-network/fix/attribute-iter
Browse files Browse the repository at this point in the history
fix: attribute iter ci
  • Loading branch information
jayantk authored Aug 27, 2024
2 parents c7107db + 56f9c12 commit dc6f79e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pyth-sdk-example-anchor-contract.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Install anchor binaries
run: |
cargo install --git https://github.com/project-serum/anchor avm --locked --force
avm install latest
avm use latest
avm install 0.28.0
avm use 0.28.0
- name: Build
run: anchor build

0 comments on commit dc6f79e

Please sign in to comment.