From cdc89242383657ff572b0637af4e965e7cb6a47c Mon Sep 17 00:00:00 2001 From: Olof hagsand Date: Wed, 16 Jun 2021 14:30:06 +0200 Subject: [PATCH] github actions: install curl --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b1f20b0d..7c91aeb6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,6 +21,8 @@ jobs: run: (git clone https://github.com/clicon/clixon-libevhtp.git && cd clixon-libevhtp && ./configure && make && sudo make install) - name: clixon and www-data users run: sudo useradd -M -U clicon && sudo usermod -a -G clicon www-data + - name: prepare clixon tests + run: sudo apt install -y libcurl4-openssl-dev - name: configure run: ./configure --with-restconf=native - name: make