Skip to content

Commit 542f1fa

Browse files
Install libprotobuf-dev
1 parent a3812b9 commit 542f1fa

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 -y protobuf-compiler libprotobuf-c-dev
37+
sudo apt install -y protobuf-compiler libprotobuf-dev
3838
pip install .
3939
4040
- name: Run unit tests

0 commit comments

Comments
 (0)