mirror of
https://github.com/brechtsanders/xlsxio
synced 2025-03-28 21:13:24 +00:00
This commit is contained in:
parent
a82e7973e8
commit
7aa9978904
4
.github/workflows/xlsxio.yml
vendored
4
.github/workflows/xlsxio.yml
vendored
@ -20,7 +20,7 @@ jobs:
|
||||
arch: x86_64,
|
||||
cc: x86_64-w64-mingw32-gcc.exe,
|
||||
cxx: x86_64-w64-mingw32-g++.exe,
|
||||
makeargs: "WIDE=1 WITH_LIBZIP=1"
|
||||
makeargs: "WITH_LIBZIP=1"
|
||||
}
|
||||
- {
|
||||
name: "Windows 32-bit (gcc)",
|
||||
@ -30,7 +30,7 @@ jobs:
|
||||
arch: i686,
|
||||
cc: i686-w64-mingw32-gcc.exe,
|
||||
cxx: i686-w64-mingw32-g++.exe,
|
||||
makeargs: "WIDE=1"
|
||||
makeargs: "WITH_LIBZIP=1"
|
||||
}
|
||||
- {
|
||||
name: "Ubuntu Linux (clang)",
|
||||
|
Loading…
x
Reference in New Issue
Block a user