We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85b9b0e commit d4d0ec4Copy full SHA for d4d0ec4
1 file changed
.github/workflows/ci_new.yml
@@ -31,7 +31,7 @@ jobs:
31
- { label: "without geoip", opt: "--without-geoip" }
32
- { label: "without ssdeep", opt: "--without-ssdeep" }
33
- { label: "with lmdb", opt: "--with-lmdb" }
34
- - { label: "with pcre", opt: "--with-pcre" }
+ - { label: "with pcre2", opt: "--with-pcre2" }
35
36
steps:
37
- uses: actions/checkout@v6
@@ -57,7 +57,9 @@ jobs:
57
libfuzzy-dev \
58
pcre2-utils \
59
bison \
60
- flex
+ flex \
61
+ pkg-config
62
+
63
64
- name: Run build preparation script
65
run: ./build.sh
0 commit comments