Skip to content

Commit

Permalink
fix(test): fixed zlib version (#127)
Browse files Browse the repository at this point in the history
* fix(test): fixed zlib version
  • Loading branch information
zjeffer authored Jun 11, 2022
1 parent fcbaf9a commit 18f477e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ build_script:
cd Zlib
curl http://zlib.net/zlib-1.2.11.tar.gz -o zlib.tar.gz
curl http://zlib.net/zlib-1.2.12.tar.gz -o zlib.tar.gz
tar xvzf zlib.tar.gz
cd zlib-1.2.11/
cd zlib-1.2.12/
mkdir build
Expand Down

0 comments on commit 18f477e

Please sign in to comment.