Add new flag: --without-lua

This commit is contained in:
Ervin Hegedus 2024-02-08 00:46:53 +01:00
parent 8752f6bba3
commit 6a34c89a30

5
.github/ci.yml vendored
View File

@ -13,8 +13,9 @@ jobs:
platform: [x64]
compiler: [gcc]
configure:
- {label: "with pcre2", opt: "--with-pcre2" }
- {label: "with lua", opt: "--with-lua" }
- {label: "with pcre2", opt: "--with-pcre2" }
- {label: "with lua", opt: "--with-lua" }
- {label: "wo lua", opt: "--without-lua" }
steps:
- name: Setup Dependencies
run: |