diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 61dab02..8f551c9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: - uses: dschep/install-pipenv-action@v1 - name: Install dependencies run: | - sudo apt install protobuf-compiler + sudo apt install protobuf-compiler libprotobuf-dev pipenv install --dev - name: Run tests run: |