Skip to content

Commit

Permalink
Upgrade zlib to v1.3.1 at Travis CI [skip cirrus] [skip appveyor]
Browse files Browse the repository at this point in the history
  • Loading branch information
tbeu committed Jan 22, 2024
1 parent 6b0c1f4 commit 492ea83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/travis_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -ex

if [[ "$ENABLE_MAT73" == "yes" ]]; then
if [[ "${USE_CMAKE:-no}" == "no" ]] && [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
git clone --branch v1.3 --depth 1 https://github.com/madler/zlib
git clone --branch v1.3.1 --depth 1 https://github.com/madler/zlib
pushd zlib
./configure --prefix="$TRAVIS_BUILD_DIR"/zlib --eprefix="$TRAVIS_BUILD_DIR"/zlib
make install -j8
Expand Down

0 comments on commit 492ea83

Please sign in to comment.