We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e68ad1c commit fa02a62Copy full SHA for fa02a62
1 file changed
.github/workflows/ci_new.yml
@@ -32,7 +32,6 @@ jobs:
32
- { label: "without ssdeep", opt: "--without-ssdeep" }
33
- { label: "with lmdb", opt: "--with-lmdb" }
34
- { label: "with pcre2 (default)", opt: "" }
35
- - { label: "with pcre", opt: "--with-pcre" }
36
37
steps:
38
- uses: actions/checkout@v6
@@ -78,7 +77,6 @@ jobs:
78
77
libxml2-dev \
79
libfuzzy-dev \
80
pcre2-utils \
81
- libpcre3-dev \
82
bison \
83
flex \
84
pkg-config \
0 commit comments