From 139f3973f98c53f4ed7b3c0f3913e6d2c5c356c6 Mon Sep 17 00:00:00 2001 From: Olof hagsand Date: Tue, 26 Sep 2023 22:56:25 +0200 Subject: [PATCH] CI renamed jobs, fixed prereqs nginx for fcgi-build --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b1216be4..c018dc9f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ on: branches: [ master ] jobs: - native-build: + ubuntu-build: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 @@ -32,7 +32,7 @@ jobs: run: (cd example; sudo make install) - name: install utils run: (cd util; sudo make install) - native-build-fcgi: + ubuntu-build-restconf-fcgi: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 @@ -40,7 +40,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 + run: sudo apt install -y nginx - name: configure run: ./configure --with-restconf=fcgi - name: make @@ -55,7 +55,7 @@ jobs: run: (cd example; sudo make install) - name: install utils run: (cd util; sudo make install) - docker-run: + docker-alpine-tests: runs-on: ubuntu-latest defaults: run: