Skip to content

Commit d4d0ec4

Browse files
committed
Update ci_new.yml
1 parent 85b9b0e commit d4d0ec4

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/ci_new.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- { label: "without geoip", opt: "--without-geoip" }
3232
- { label: "without ssdeep", opt: "--without-ssdeep" }
3333
- { label: "with lmdb", opt: "--with-lmdb" }
34-
- { label: "with pcre", opt: "--with-pcre" }
34+
- { label: "with pcre2", opt: "--with-pcre2" }
3535

3636
steps:
3737
- uses: actions/checkout@v6
@@ -57,7 +57,9 @@ jobs:
5757
libfuzzy-dev \
5858
pcre2-utils \
5959
bison \
60-
flex
60+
flex \
61+
pkg-config
62+
6163
6264
- name: Run build preparation script
6365
run: ./build.sh

0 commit comments

Comments
 (0)