File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -13,16 +13,17 @@ jobs:
13
13
platform : [x64]
14
14
compiler : [gcc]
15
15
configure :
16
- - {label: "with pcre2", opt: "--with-pcre2" }
17
- - {label: "with lua", opt: "--with-lua" }
16
+ - {label: "with pcre2", opt: "--with-pcre2" }
17
+ - {label: "with lua", opt: "--with-lua" }
18
+ - {label: "wo lua", opt: "--without-lua" }
18
19
steps :
19
20
- name : Setup Dependencies
20
21
run : |
21
22
sudo apt-get update -y -qq
22
23
sudo apt-get install -y apache2-dev libxml2-dev liblua5.1-0-dev libcurl4-gnutls-dev libpcre2-dev pkg-config libyajl-dev
23
24
- uses : actions/checkout@v2
24
- - name : build .sh
25
- run : ./build .sh
25
+ - name : autogen .sh
26
+ run : ./autogen .sh
26
27
- name : configure ${{ matrix.configure.label }}
27
28
run : ./configure ${{ matrix.configure.opt }}
28
29
- uses : ammaraskar/gcc-problem-matcher@master
You can’t perform that action at this time.
0 commit comments