Install Protobuf include files on CI host
This commit is contained in:
parent
b0b64fcbaf
commit
ba520f88a4
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -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: |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user