install fcgi2

This commit is contained in:
Olof hagsand 2023-09-26 23:14:34 +02:00
parent 139f3973f9
commit 2d8567cd1b

View file

@ -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