Add new flag: --without-lua

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

1
.github/ci.yml vendored
View File

@@ -15,6 +15,7 @@ jobs:
configure:
- {label: "with pcre2", opt: "--with-pcre2" }
- {label: "with lua", opt: "--with-lua" }
- {label: "wo lua", opt: "--without-lua" }
steps:
- name: Setup Dependencies
run: |