File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -18,15 +18,15 @@ jobs:
18
18
- {label: "wo yajl", opt: "--without-yajl" }
19
19
- {label: "wo geoip", opt: "--without-geoip" }
20
20
- {label: "wo lmdb", opt: "--without-lmdb" }
21
- - {label: "wo ssdeep ", opt: "--without-ssdeep " }
21
+ - {label: "with pcre2 ", opt: "--with-pcre2 " }
22
22
- {label: "wo lua", opt: "--without-lua" }
23
23
- {label: "without maxmind", opt: "--without-maxmind" }
24
24
steps :
25
25
- name : Setup Dependencies
26
26
run : |
27
27
sudo add-apt-repository --yes ppa:maxmind/ppa
28
28
sudo apt-get update -y -qq
29
- sudo apt-get install -y libfuzzy-dev libyajl-dev libgeoip-dev liblua5.2-dev liblmdb-dev cppcheck libmaxminddb-dev libcurl4-openssl-dev
29
+ sudo apt-get install -y libfuzzy-dev libyajl-dev libgeoip-dev liblua5.2-dev liblmdb-dev cppcheck libmaxminddb-dev libcurl4-openssl-dev libpcre2-dev pcre2-utils
30
30
- uses : actions/checkout@v2
31
31
with :
32
32
submodules : true
You can’t perform that action at this time.
0 commit comments