Skip to content

Commit aabc73f

Browse files
committed
Skip 32-bits builds on MUSL
1 parent 05eac9b commit aabc73f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ env:
1111
CIBW_ARCHS_MACOS: x86_64 arm64
1212
CIBW_BEFORE_ALL_LINUX: curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- --default-toolchain=stable --profile=minimal -y
1313
CIBW_ENVIRONMENT_LINUX: 'PATH="$HOME/.cargo/bin:$PATH"'
14-
CIBW_SKIP: cp36-* pp*
14+
CIBW_SKIP: cp36-* pp* cp*-musllinux_i686
1515

1616
jobs:
1717
build_wheels:

0 commit comments

Comments
 (0)