From 02841e5c36c01749e2757867d5862043511bbbe4 Mon Sep 17 00:00:00 2001 From: Olof hagsand Date: Fri, 17 Feb 2023 11:48:43 +0100 Subject: [PATCH] CI: changed curl dependency --- .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 ddef492d..0f503a37 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: - name: install cligen run: (git clone https://github.com/clicon/cligen.git && cd cligen && ./configure && make && sudo make install) - name: install dependencies - run: sudo apt install -y libssl-dev libnghttp2-dev curl-dev + run: sudo apt install -y libssl-dev libnghttp2-dev libcurl4-openssl-dev - name: configure run: ./configure # 2) Use docker for tests