Skip to content

Commit

Permalink
fix: powershell regression
Browse files Browse the repository at this point in the history
  • Loading branch information
karosc committed Apr 16, 2024
1 parent 2f60af4 commit 912ec22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
CIBW_BEFORE_TEST: pip install -r {package}/test-requirements.txt
# mac needs ninja to build
CIBW_BEFORE_BUILD_MACOS: brew install ninja
CIBW_BEFORE_BUILD_WINDOWS: $PSNativeCommandArgumentPassing = 'Legacy'
CIBW_BEFORE_ALL_WINDOWS: $PSNativeCommandArgumentPassing = 'Legacy'
# configure cibuildwheel to build native archs ('auto'), and some emulated ones
CIBW_ARCHS_LINUX: x86_64
CIBW_ARCHS_WINDOWS: AMD64
Expand Down

0 comments on commit 912ec22

Please sign in to comment.