Skip to content

Commit

Permalink
[CI] bump PCRE2 for SWIG build
Browse files Browse the repository at this point in the history
  • Loading branch information
jmckenna committed Jan 28, 2025
1 parent 24102f3 commit a6db803
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/ubuntu/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ cmake --version
# upgrade to recent SWIG
git clone https://github.com/swig/swig.git swig-git-master
cd swig-git-master
wget https://github.com/PhilipHazel/pcre2/releases/download/pcre2-10.39/pcre2-10.39.tar.gz
wget https://github.com/PCRE2Project/pcre2/releases/download/pcre2-10.44/pcre2-10.44.tar.gz
./Tools/pcre-build.sh
./autogen.sh
./configure --prefix=/usr
Expand Down

0 comments on commit a6db803

Please sign in to comment.