Install Protobuf include files on CI host

This commit is contained in:
Daniel G. Taylor 2019-10-27 15:40:33 -07:00
parent b0b64fcbaf
commit ba520f88a4
No known key found for this signature in database
GPG Key ID: 7BD6DC99C9A87E22

View File

@ -14,7 +14,7 @@ jobs:
- uses: dschep/install-pipenv-action@v1 - uses: dschep/install-pipenv-action@v1
- name: Install dependencies - name: Install dependencies
run: | run: |
sudo apt install protobuf-compiler sudo apt install protobuf-compiler libprotobuf-dev
pipenv install --dev pipenv install --dev
- name: Run tests - name: Run tests
run: | run: |