Skip to content

Commit 2cc6164

Browse files
authored
Merge pull request #2 from dashpay/fix/github-actions-protobuf
fix: install protobuf
2 parents afd797d + b662aea commit 2cc6164

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ jobs:
1818
steps:
1919
- uses: actions/checkout@v4
2020

21+
- name: Install protobuf compiler
22+
run: sudo apt-get update && sudo apt-get install -y protobuf-compiler
23+
2124
- name: Install Rust
2225
uses: dtolnay/rust-toolchain@stable
2326
with:

0 commit comments

Comments
 (0)