Skip to content

Commit e35b6c8

Browse files
committed
Test fix 2
1 parent a78705f commit e35b6c8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release-wheels.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -168,9 +168,9 @@ jobs:
168168
CIBW_BUILD_VERBOSITY: 1
169169
CIBW_BEFORE_ALL: |
170170
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
171+
rustup target add i686-pc-windows-msvc && \
172+
rustup target add aarch64-apple-darwin && \
173+
rustup target add x86_64-apple-darwin
174174
CIBW_ENVIRONMENT: 'PATH="$PATH:$HOME/.cargo/bin"'
175175
run: |
176176
python --version

0 commit comments

Comments
 (0)