Skip to content

Commit f4eb0f0

Browse files
committed
ci: install pcre1 dev package for explicit --with-pcre jobs
1 parent 486a57b commit f4eb0f0

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/ci_new.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ 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 pcre2", opt: "--with-pcre2" }
34+
- { label: "with pcre2 (default)", opt: "" }
35+
- { label: "with pcre", opt: "--with-pcre" }
3536

3637
steps:
3738
- uses: actions/checkout@v6
@@ -52,6 +53,7 @@ jobs:
5253
liblua5.2-dev \
5354
libmaxminddb-dev \
5455
libpcre2-dev \
56+
libpcre3-dev \
5557
libgeoip-dev \
5658
libxml2-dev \
5759
libfuzzy-dev \
@@ -94,6 +96,7 @@ jobs:
9496
- { label: "without geoip", opt: "--without-geoip" }
9597
- { label: "without ssdeep", opt: "--without-ssdeep" }
9698
- { label: "with lmdb", opt: "--with-lmdb" }
99+
- { label: "with pcre2 (default)", opt: "" }
97100
- { label: "with pcre", opt: "--with-pcre" }
98101

99102
steps:

0 commit comments

Comments
 (0)