Skip to content

Commit 85a46d1

Browse files
authored
turn off windows debug in wheel matrix, better escaping
1 parent dacee83 commit 85a46d1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/wheels.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,10 @@ jobs:
103103
CIBW_BUILD: cp${{ matrix.python }}-*
104104
CIBW_BUILD_VERBOSITY: 1
105105
CIBW_CONFIG_SETTINGS_WINDOWS: >
106-
"cmake.define.GMP_DLL_TO_COPY"="C:\\vcpkg\\packages\\gmp_x64-windows\\bin\\gmp-10.dll"
106+
"cmake.define.GMP_DLL_TO_COPY"="C:\\\\vcpkg\\\\packages\\\\gmp_x64-windows\\\\bin\\\\gmp-10.dll"
107107
"cmake.define.unofficial-getopt-win32_DIR"="C:\\vcpkg\\packages\\getopt-win32_x64-windows\\share\\unofficial-getopt-win32"
108+
"cmake.define.FASTJET_ENABLE_DEBUG"="OFF"
109+
"cmake.define.SISCONE_ENABLE_DEBUG"="OFF"
108110
CIBW_ENVIRONMENT_WINDOWS: >
109111
CGAL_DIR='C:\vcpkg\packages\cgal_x64-windows\share\cgal'
110112
GMP_INC_DIR='C:\vcpkg\packages\gmp_x64-windows\include'

0 commit comments

Comments
 (0)