From ba520f88a4a8a7a4eac57548c7d74d92f33e1b78 Mon Sep 17 00:00:00 2001 From: "Daniel G. Taylor" Date: Sun, 27 Oct 2019 15:40:33 -0700 Subject: [PATCH] Install Protobuf include files on CI host --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: |