mirror of
https://github.com/jmcnamara/libxlsxwriter
synced 2025-03-28 21:13:14 +00:00
Temporarily disable broken minizip in Windows CI build.
This commit is contained in:
parent
cb31934cf3
commit
e94bbb54eb
6
.github/workflows/windows_build.yml
vendored
6
.github/workflows/windows_build.yml
vendored
@ -7,12 +7,14 @@ jobs:
|
||||
name: CMake on Windows
|
||||
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
cmake_flags: ["-DBUILD_EXAMPLES=ON -DBUILD_TESTS=ON",
|
||||
"-DUSE_DTOA_LIBRARY=ON -DBUILD_TESTS=ON",
|
||||
#"-DUSE_SYSTEM_MINIZIP=ON -DBUILD_TESTS=ON",
|
||||
#"-DUSE_SYSTEM_MINIZIP=ON -DUSE_OPENSSL_MD5=ON -DBUILD_TESTS=ON",
|
||||
"-DUSE_OPENSSL_MD5=ON -DBUILD_TESTS=ON",
|
||||
"-DUSE_SYSTEM_MINIZIP=ON -DBUILD_TESTS=ON",
|
||||
"-DUSE_SYSTEM_MINIZIP=ON -DUSE_OPENSSL_MD5=ON -DBUILD_TESTS=ON"]
|
||||
]
|
||||
|
||||
runs-on: windows-latest
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user