We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8752f6b commit 6a34c89Copy full SHA for 6a34c89
.github/ci.yml
@@ -13,8 +13,9 @@ jobs:
13
platform: [x64]
14
compiler: [gcc]
15
configure:
16
- - {label: "with pcre2", opt: "--with-pcre2" }
17
- - {label: "with lua", opt: "--with-lua" }
+ - {label: "with pcre2", opt: "--with-pcre2" }
+ - {label: "with lua", opt: "--with-lua" }
18
+ - {label: "wo lua", opt: "--without-lua" }
19
steps:
20
- name: Setup Dependencies
21
run: |
0 commit comments