Skip to content

Commit 97ebeed

Browse files
committed
add protobuf compiler to .github/workflows/solana.yml
1 parent 11bbd55 commit 97ebeed

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/solana.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,12 @@ jobs:
5353
- name: Install just
5454
uses: extractions/setup-just@v2
5555

56+
- name: Install protobuf compiler
57+
run: |
58+
sudo apt-get update
59+
sudo apt-get install -y protobuf-compiler
60+
protoc --version
61+
5662
- name: Build Solana programs
5763
run: just build-solana
5864

0 commit comments

Comments
 (0)