Skip to content

Commit

Permalink
fix(ci): update zlib url
Browse files Browse the repository at this point in the history
  • Loading branch information
BLumia committed Apr 3, 2022
1 parent 6270910 commit 4babf20
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ build_script:
- cd %APPVEYOR_BUILD_FOLDER%
# download and install zlib for KArchive
- cd %LIBZ%
- curl -fsSL -o zlib1211.zip https://zlib.net/zlib1211.zip
- 7z x zlib1211.zip -y
- cd zlib-1.2.11
- curl -fsSL -o zlib1212.zip https://zlib.net/zlib1212.zip
- 7z x zlib1212.zip -y
- cd zlib-1.2.12
- mkdir build
- cd build
- cmake .. -G "Ninja" -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=%CMAKE_INSTALL_PREFIX%
Expand Down

0 comments on commit 4babf20

Please sign in to comment.