From 553475378625db669200c2a71e825237e37e42a7 Mon Sep 17 00:00:00 2001 From: Gary Wang Date: Sat, 29 Oct 2022 23:41:07 +0800 Subject: [PATCH] fix(ci): bump zlib version --- appveyor.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index e5123a8..39e7b6f 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -34,9 +34,9 @@ build_script: - cd %APPVEYOR_BUILD_FOLDER% # download and install zlib for KArchive - cd %LIBZ% - - curl -fsSL -o zlib1212.zip https://zlib.net/zlib1212.zip - - 7z x zlib1212.zip -y - - cd zlib-1.2.12 + - curl -fsSL -o zlib1213.zip https://zlib.net/zlib1213.zip + - 7z x zlib1213.zip -y + - cd zlib-1.2.13 - mkdir build - cd build - cmake .. -G "Ninja" -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=%CMAKE_INSTALL_PREFIX%