install fcgi2
This commit is contained in:
parent
139f3973f9
commit
2d8567cd1b
1 changed files with 2 additions and 0 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -41,6 +41,8 @@ jobs:
|
||||||
run: (git clone https://github.com/clicon/cligen.git && cd cligen && ./configure && make && sudo make install)
|
run: (git clone https://github.com/clicon/cligen.git && cd cligen && ./configure && make && sudo make install)
|
||||||
- name: install dependencies
|
- name: install dependencies
|
||||||
run: sudo apt install -y nginx
|
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
|
- name: configure
|
||||||
run: ./configure --with-restconf=fcgi
|
run: ./configure --with-restconf=fcgi
|
||||||
- name: make
|
- name: make
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue