mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-12 23:54:35 +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",
|
name: "Visual Studio 32-bit",
|
||||||
os: windows-latest,
|
os: windows-latest,
|
||||||
extra_options: "-A Win32",
|
extra_options: "-A Win32 -DFORCE_INTERNAL_ZLIB=ON",
|
||||||
build_type: "Release"
|
build_type: "Release"
|
||||||
}
|
}
|
||||||
- {
|
- {
|
||||||
|
|
Loading…
Reference in a new issue