Skip to content

Commit 2f60af4

Browse files
committed
fix: powershell regression
1 parent 4b28a7e commit 2f60af4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build_wheel.yml

+1
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ jobs:
6464
CIBW_BEFORE_TEST: pip install -r {package}/test-requirements.txt
6565
# mac needs ninja to build
6666
CIBW_BEFORE_BUILD_MACOS: brew install ninja
67+
CIBW_BEFORE_BUILD_WINDOWS: $PSNativeCommandArgumentPassing = 'Legacy'
6768
# configure cibuildwheel to build native archs ('auto'), and some emulated ones
6869
CIBW_ARCHS_LINUX: x86_64
6970
CIBW_ARCHS_WINDOWS: AMD64

0 commit comments

Comments
 (0)