From 2d8567cd1b1bd7edc9d78cef8d723949cb79dad4 Mon Sep 17 00:00:00 2001 From: Olof hagsand Date: Tue, 26 Sep 2023 23:14:34 +0200 Subject: [PATCH] install fcgi2 --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c018dc9f..54915931 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,6 +41,8 @@ jobs: run: (git clone https://github.com/clicon/cligen.git && cd cligen && ./configure && make && sudo make install) - name: install dependencies run: sudo apt install -y nginx + - name: install fcgi + run: (git clone https://github.com/FastCGI-Archives/fcgi2 && cd fcgi2 && ./autogen.sh && rm -rf .git && ./configure --prefix=/usr; make; sudo make install) - name: configure run: ./configure --with-restconf=fcgi - name: make