Skip to content

Commit 2ba06ed

Browse files
authored
CI: Install libpcre2 instead of libpcre3 (#8792)
1 parent d5339ae commit 2ba06ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/install-dependencies-linux.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ conda_packages="ghostscript=10.03.0"
2222

2323
# optional packages
2424
if [ "$EXCLUDE_OPTIONAL" = "false" ]; then
25-
packages+=" libfftw3-dev libpcre3-dev liblapack-dev libglib2.0-dev"
25+
packages+=" libfftw3-dev libpcre2-dev liblapack-dev libglib2.0-dev"
2626
fi
2727

2828
# packages for running GMT tests

0 commit comments

Comments
 (0)