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:
1818 - {label: "wo yajl", opt: "--without-yajl" }
1919 - {label: "wo geoip", opt: "--without-geoip" }
2020 - {label: "wo lmdb", opt: "--without-lmdb" }
21- - {label: "wo ssdeep ", opt: "--without-ssdeep " }
21+ - {label: "with pcre2 ", opt: "--with-pcre2 " }
2222 - {label: "wo lua", opt: "--without-lua" }
2323 - {label: "without maxmind", opt: "--without-maxmind" }
2424 steps :
2525 - name : Setup Dependencies
2626 run : |
2727 sudo add-apt-repository --yes ppa:maxmind/ppa
2828 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
3030 - uses : actions/checkout@v2
3131 with :
3232 submodules : true
You can’t perform that action at this time.
0 commit comments