Skip to content

Commit 8d91a50

Browse files
committed
github workflow: toggle pcre2 instead of ssdeep in Ubuntu tests
1 parent 4fac8d7 commit 8d91a50

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)