From fdcb7eb9ab6bea200b176f5a4b0f92bc3d2f2766 Mon Sep 17 00:00:00 2001 From: Olof hagsand Date: Wed, 16 Jun 2021 13:11:18 +0200 Subject: [PATCH] github actions: libevhtp --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 13dd88ad..63d53379 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,6 +15,8 @@ jobs: - uses: actions/checkout@v2 - name: install cligen run: (git clone https://github.com/clicon/cligen.git && cd cligen && ./configure && make && sudo make install) + - name: install libevhtp + run: (git clone https://github.com/clicon/clixon-libevhtp.git && cd clixon-libevhtp && ./configure && make && sudo make install) - name: configure run: ./configure --with-restconf=native - name: make