From f66916ae573a181c7692997970220a3f98ff481b Mon Sep 17 00:00:00 2001 From: Olof hagsand Date: Wed, 16 Jun 2021 13:09:13 +0200 Subject: [PATCH] github actions: native restconf --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 83b97642..13dd88ad 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,9 +14,9 @@ jobs: steps: - uses: actions/checkout@v2 - name: install cligen - run: (git clone https://github.com/clicon/cligen.git && cd cligen && ./configure --with-restconf=native && make && sudo make install) + run: (git clone https://github.com/clicon/cligen.git && cd cligen && ./configure && make && sudo make install) - name: configure - run: ./configure + run: ./configure --with-restconf=native - name: make run: make - name: make install