Skip to content

Commit ba520f8

Browse files
committed
Install Protobuf include files on CI host
1 parent b0b64fc commit ba520f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: dschep/install-pipenv-action@v1
1515
- name: Install dependencies
1616
run: |
17-
sudo apt install protobuf-compiler
17+
sudo apt install protobuf-compiler libprotobuf-dev
1818
pipenv install --dev
1919
- name: Run tests
2020
run: |

0 commit comments

Comments
 (0)