Skip to content

Commit a78705f

Browse files
committed
Test fix 1
1 parent 948c147 commit a78705f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/release-wheels.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,10 @@ 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 && rustup target add i686-pc-windows-msvc && rustup target add aarch64-apple-darwin
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
171174
CIBW_ENVIRONMENT: 'PATH="$PATH:$HOME/.cargo/bin"'
172175
run: |
173176
python --version

0 commit comments

Comments
 (0)