mirror of
https://github.com/ZDoom/ZMusic.git
synced 2024-11-14 08:31:06 +00:00
- fixed Win32 CI build by forcing internal ZLib
64-bit ZLib from PostgreSQL is in the search paths on continuous integration virtual machines
This commit is contained in:
parent
c1bf2f82a9
commit
2d0ea86117
1 changed files with 1 additions and 1 deletions
2
.github/workflows/continuous_integration.yml
vendored
2
.github/workflows/continuous_integration.yml
vendored
|
@ -20,7 +20,7 @@ jobs:
|
|||
name: "Visual Studio 32-bit",
|
||||
os: windows-latest,
|
||||
build_type: "Release",
|
||||
extra_options: "-A Win32"
|
||||
extra_options: "-A Win32 -DFORCE_INTERNAL_ZLIB=ON"
|
||||
}
|
||||
- {
|
||||
name: "macOS Clang",
|
||||
|
|
Loading…
Reference in a new issue