Skip to content

Commit 8c5433a

Browse files
committed
Bump solana version in workflows
1 parent 0a5b3ca commit 8c5433a

File tree

5 files changed

+7
-6
lines changed

5 files changed

+7
-6
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ jobs:
2121
run: sudo apt-get update && sudo apt-get install libudev-dev pkg-config build-essential
2222
- name: Install solana binaries
2323
run: |
24-
# Installing 1.14.x cli tools to have sbf instead of bpf. bpf does not work anymore.
25-
sh -c "$(curl -sSfL https://release.solana.com/v1.14.7/install)"
24+
# Installing 1.16.x cli tools to have sbf instead of bpf. bpf does not work anymore.
25+
sh -c "$(curl -sSfL https://release.solana.com/v1.16.0/install)"
2626
echo "/home/runner/.local/share/solana/install/active_release/bin" >> $GITHUB_PATH
2727
- name: Install anchor binaries
2828
run: |

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ jobs:
2121
run: sudo apt-get update && sudo apt-get install libudev-dev
2222
- name: Install solana binaries
2323
run: |
24-
# Installing 1.14.x cli tools to have sbf instead of bpf. bpf does not work anymore.
25-
sh -c "$(curl -sSfL https://release.solana.com/v1.14.7/install)"
24+
# Installing 1.16.x cli tools to have sbf instead of bpf. bpf does not work anymore.
25+
sh -c "$(curl -sSfL https://release.solana.com/v1.16.0/install)"
2626
echo "/home/runner/.local/share/solana/install/active_release/bin" >> $GITHUB_PATH
2727
- name: Build
2828
run: scripts/build.sh

.github/workflows/pyth-sdk-solana.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ jobs:
3434
run: sudo apt-get update && sudo apt-get install libudev-dev
3535
- name: Install Solana Binaries
3636
run: |
37-
# Installing 1.14.x cli tools to have sbf instead of bpf. bpf does not work anymore.
38-
sh -c "$(curl -sSfL https://release.solana.com/v1.14.7/install)"
37+
# Installing 1.16.x cli tools to have sbf instead of bpf. bpf does not work anymore.
38+
sh -c "$(curl -sSfL https://release.solana.com/v1.16.0/install)"
3939
echo "/home/runner/.local/share/solana/install/active_release/bin" >> $GITHUB_PATH
4040
- name: Build
4141
run: cargo build --verbose
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
[64,121,112,179,27,106,191,220,114,121,73,157,188,31,44,233,158,133,58,61,178,207,96,91,155,26,10,50,40,38,103,157,92,170,102,61,182,90,142,141,187,175,68,104,185,45,246,51,5,187,140,123,29,196,207,228,132,86,14,243,82,36,18,135]
Binary file not shown.

0 commit comments

Comments
 (0)