Skip to content

Commit b662aea

Browse files
committed
fix: install protobuf
1 parent afd797d commit b662aea

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)