Skip to content

Commit de3fb5f

Browse files
committed
hm
1 parent 52b1730 commit de3fb5f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
steps:
1919
- uses: actions/checkout@v2
2020
- name: Install dependencies
21-
run: sudo apt-get update && sudo apt-get install libudev-dev pkg-config build-essential
21+
run: sudo apt-get update && sudo apt-get install libudev-dev pkg-config build-essential protobuf-compiler
2222
- name: Install solana binaries
2323
run: |
2424
# Installing 1.16.x cli tools to have sbf instead of bpf. bpf does not work anymore.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
steps:
1919
- uses: actions/checkout@v2
2020
- name: Install dependencies
21-
run: sudo apt-get update && sudo apt-get install libudev-dev
21+
run: sudo apt-get update && sudo apt-get install libudev-dev protobuf-compiler
2222
- name: Install solana binaries
2323
run: |
2424
# Installing 1.16.x cli tools to have sbf instead of bpf. bpf does not work anymore.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
steps:
1919
- uses: actions/checkout@v2
2020
- name: Install dependencies
21-
run: sudo apt-get update && sudo apt-get install libudev-dev
21+
run: sudo apt-get update && sudo apt-get install libudev-dev protobuf-compiler
2222
- name: Build
2323
run: cargo build --verbose
2424
- name: Run tests

0 commit comments

Comments
 (0)