Skip to content

Commit 5d01903

Browse files
committed
grrrr
1 parent 381109d commit 5d01903

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ jobs:
2121
run: sudo apt-get update && sudo apt-get install libudev-dev pkg-config build-essential protobuf-compiler
2222
- name: Install solana binaries
2323
run: |
24-
# Installing 1.16.x cli tools to have sbf instead of bpf. bpf does not work anymore.
2524
sh -c "$(curl -sSfL https://release.solana.com/v1.18.1/install)"
2625
echo "/home/runner/.local/share/solana/install/active_release/bin" >> $GITHUB_PATH
2726
- name: Install anchor binaries

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@ jobs:
2121
run: sudo apt-get update && sudo apt-get install libudev-dev protobuf-compiler
2222
- name: Install solana binaries
2323
run: |
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.18.1/install)"
24+
sh -c "$(curl -sSfL https://release.solana.com/v1.18.21/install)"
2625
echo "/home/runner/.local/share/solana/install/active_release/bin" >> $GITHUB_PATH
2726
- name: Build
2827
run: scripts/build.sh

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
steps:
3232
- uses: actions/checkout@v2
3333
- name: Install dependencies
34-
run: sudo apt-get update && sudo apt-get install libudev-dev
34+
run: sudo apt-get update && sudo apt-get install libudev-dev protobuf-compiler
3535
- name: Install Solana Binaries
3636
run: |
3737
sh -c "$(curl -sSfL https://release.solana.com/v1.18.4/install)"

0 commit comments

Comments
 (0)