Skip to content

Commit 52221ab

Browse files
committed
go
1 parent c7107db commit 52221ab

File tree

4 files changed

+2
-8
lines changed

4 files changed

+2
-8
lines changed

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

Lines changed: 2 additions & 2 deletions
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

examples/sol-anchor-contract/rust-toolchain.toml

Lines changed: 0 additions & 2 deletions
This file was deleted.

examples/sol-contract/rust-toolchain.toml

Lines changed: 0 additions & 2 deletions
This file was deleted.

rust-toolchain.toml

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)