Skip to content

Commit 6b5ae4c

Browse files
Add libpcre3-dev dependency for modsecurity
1 parent da26135 commit 6b5ae4c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
# Install build dependencies for modsecurity from source
6666
sudo apt-get install -y \
6767
g++ apt-utils autoconf automake build-essential git libcurl4-openssl-dev \
68-
libgeoip-dev liblmdb-dev libpcre2-dev libtool libxml2-dev libyajl-dev \
68+
libgeoip-dev liblmdb-dev libpcre3-dev libpcre2-dev libtool libxml2-dev libyajl-dev \
6969
pkg-config zlib1g-dev
7070
# Build ModSecurity v3 from source
7171
cd /tmp

0 commit comments

Comments
 (0)