Skip to content

Commit fb48fab

Browse files
committed
trying to fix windows build
1 parent c863b7b commit fb48fab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cibuildwheel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ jobs:
127127
uses: pypa/[email protected]
128128
env:
129129
CIBW_ENVIRONMENT_LINUX: "CCACHE_DIR=/host/home/runner/work/sumo/sumo/.ccache"
130-
CIBW_ENVIRONMENT_WINDOWS: "CMAKE_GENERATOR=Ninja"
130+
CIBW_ENVIRONMENT_WINDOWS: "CMAKE_GENERATOR=Ninja CMAKE_ARGS=-DPython_EXECUTABLE={python}"
131131
CIBW_MANYLINUX_X86_64_IMAGE: ${{ matrix.manylinux }}
132132
CIBW_MANYLINUX_AARCH64_IMAGE: ${{ matrix.manylinux }}
133133
CIBW_PROJECT_REQUIRES_PYTHON: ">=3.9"

0 commit comments

Comments
 (0)