mirror of
https://github.com/ZDoom/Raze.git
synced 2024-11-15 08:51:24 +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
6a9f1e9da1
commit
a54e892743
1 changed files with 1 additions and 1 deletions
2
.github/workflows/continuous_integration.yml
vendored
2
.github/workflows/continuous_integration.yml
vendored
|
@ -21,7 +21,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"
|
||||||
}
|
}
|
||||||
- {
|
- {
|
||||||
name: "macOS",
|
name: "macOS",
|
||||||
|
|
Loading…
Reference in a new issue