Skip to content

Commit a3812b9

Browse files
Install libprotobuf-c-dev for unit tests in CI
1 parent a9e43e6 commit a3812b9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Install dependencies
3535
run: |
3636
sudo apt update
37-
sudo apt install protobuf-compiler -y
37+
sudo apt install -y protobuf-compiler libprotobuf-c-dev
3838
pip install .
3939
4040
- name: Run unit tests

0 commit comments

Comments
 (0)