Skip to content

Commit 2910fe8

Browse files
committed
Test fix 3
1 parent e35b6c8 commit 2910fe8

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/release-wheels.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -167,10 +167,7 @@ jobs:
167167
CIBW_MANYLINUX_I686_IMAGE: ${{ matrix.manylinux_image }}
168168
CIBW_BUILD_VERBOSITY: 1
169169
CIBW_BEFORE_ALL: |
170-
curl -sSf https://sh.rustup.rs | sh -s -- --default-toolchain stable -y && \
171-
rustup target add i686-pc-windows-msvc && \
172-
rustup target add aarch64-apple-darwin && \
173-
rustup target add x86_64-apple-darwin
170+
curl -sSf https://sh.rustup.rs | sh -s -- --default-toolchain stable -y && rustup target add i686-pc-windows-msvc && rustup target add aarch64-apple-darwin && rustup target add x86_64-apple-darwin
174171
CIBW_ENVIRONMENT: 'PATH="$PATH:$HOME/.cargo/bin"'
175172
run: |
176173
python --version

0 commit comments

Comments
 (0)