- 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-12 06:57:40 +03:00 committed by GitHub
parent 6a9f1e9da1
commit a54e892743
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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