- fixed Win32 CI build by forcing internal ZLib

64-bit ZLib is now in search paths after the last virtual machine update
This commit is contained in:
alexey.lysiuk 2020-06-11 22:19:13 +03:00 committed by GitHub
parent b22ed9f237
commit 3e7061036a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -25,7 +25,7 @@ jobs:
- {
name: "Visual Studio 32-bit",
os: windows-latest,
extra_options: "-A Win32",
extra_options: "-A Win32 -DFORCE_INTERNAL_ZLIB=ON",
build_type: "Release"
}
- {