]> git.ipfire.org Git - thirdparty/suricata-verify.git/commitdiff
github-ci: add pcre2
authorJason Ish <jason.ish@oisf.net>
Wed, 29 Sep 2021 17:44:02 +0000 (11:44 -0600)
committerJason Ish <jason.ish@oisf.net>
Wed, 29 Sep 2021 18:00:01 +0000 (12:00 -0600)
.github/workflows/builds.yml

index 4863d0b06191b74f8097457d6a68f665835100fe..7efd31a2514d2fd1711b037962bbcc9f1ac93804 100644 (file)
@@ -38,6 +38,7 @@ jobs:
                 jq \
                 libpcre3 \
                 libpcre3-dev \
+                libpcre2-dev \
                 libtool \
                 libpcap-dev \
                 libnet1-dev \
@@ -124,6 +125,7 @@ jobs:
                 make \
                 nss-devel \
                 pcre-devel \
+                pcre2-devel \
                 pkgconfig \
                 python3-devel \
                 python3-sphinx \