From 0dc8f982c5ae5eba7ab916cb33797ffb9a37bd86 Mon Sep 17 00:00:00 2001 From: bert hubert Date: Thu, 5 Sep 2019 09:05:30 +0200 Subject: [PATCH] and add protobuf library --- .github/workflows/ccpp.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ccpp.yml b/.github/workflows/ccpp.yml index 1d4d6e2..9181af6 100644 --- a/.github/workflows/ccpp.yml +++ b/.github/workflows/ccpp.yml @@ -10,7 +10,7 @@ jobs: steps: - uses: actions/checkout@v1 - name: deps - run: sudo apt-get install protobuf-compiler libh2o-dev libcurl4-openssl-dev libssl-dev + run: sudo apt-get install protobuf-compiler libh2o-dev libcurl4-openssl-dev libssl-dev libprotobuf-dev - name: submodules run: git submodule update --init --recursive - name: make