commit 1e10a05f33d658fd82b1589024cab79e05270ce9
parent d5cb05625dbb1ad1a3f0d27acfd26713c1580b4d
Author: Andreas Gruhler <agruhl@gmx.ch>
Date: Fri, 9 Jul 2021 23:19:57 +0200
Update c-cpp.yml
Diffstat:
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml
@@ -14,10 +14,9 @@ jobs:
os: [ubuntu-18.04, ubuntu-20.04]
steps:
- name: Install Ubuntu dependencies
- run: sudo apt-get install libcurl4
+ run: sudo apt-get install libcurl4 libcurl4-gnutls-dev
build:
- needs: setup
runs-on: ${{ matrix.os }}
strategy:
matrix: