Skip to content

Commit 6a34c89

Browse files
committed
Add new flag: --without-lua
1 parent 8752f6b commit 6a34c89

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,9 @@ jobs:
1313
platform: [x64]
1414
compiler: [gcc]
1515
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" }
1819
steps:
1920
- name: Setup Dependencies
2021
run: |

0 commit comments

Comments
 (0)