Skip to content

Commit

Permalink
- fixed Win32 CI build by forcing internal ZLib
Browse files Browse the repository at this point in the history
64-bit ZLib is now in search paths after the last virtual machine update
  • Loading branch information
alexey-lysiuk committed Jun 11, 2020
1 parent b22ed9f commit 3e70610
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous_integration.yml
Expand Up @@ -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"
}
- {
Expand Down

0 comments on commit 3e70610

Please sign in to comment.