Skip to content

Commit bf0c253

Browse files
committed
Use proper package name for PCRE2 library on newer Ubuntu
1 parent fca8df6 commit bf0c253

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
build-essential \
6666
bison \
6767
libssl-dev \
68-
libpcre++-dev \
68+
libpcre2-dev \
6969
libsqlite3-dev \
7070
libbz2-dev \
7171
libcurl4-openssl-dev \

0 commit comments

Comments
 (0)