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