Skip to content

Commit 8d3f9bd

Browse files
committed
Install protoc in CI
Signed-off-by: Sahas Subramanian <sahas.subramanian@proton.me>
1 parent 48eee27 commit 8d3f9bd

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,8 @@ jobs:
1616
with:
1717
submodules: recursive
1818

19+
- name: Install protoc
20+
run: sudo apt-get update && sudo apt-get install -y protobuf-compiler
21+
1922
- name: Run tests
2023
uses: frequenz-floss/gh-action-cargo-test@v1.0.0

0 commit comments

Comments
 (0)