Skip to content

Commit 912ec22

Browse files
committed
fix: powershell regression
1 parent 2f60af4 commit 912ec22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_wheel.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +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'
67+
CIBW_BEFORE_ALL_WINDOWS: $PSNativeCommandArgumentPassing = 'Legacy'
6868
# configure cibuildwheel to build native archs ('auto'), and some emulated ones
6969
CIBW_ARCHS_LINUX: x86_64
7070
CIBW_ARCHS_WINDOWS: AMD64

0 commit comments

Comments
 (0)