mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-10 06:41:41 +00:00
- 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:
parent
b22ed9f237
commit
3e7061036a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/continuous_integration.yml
vendored
2
.github/workflows/continuous_integration.yml
vendored
|
@ -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"
|
||||
}
|
||||
- {
|
||||
|
|
Loading…
Reference in a new issue