Skip to content

Commit 6efac4e

Browse files
committed
Wheels again 3
1 parent 051f2f6 commit 6efac4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
python -m cibuildwheel --output-dir dist
5252
env:
5353
CIBW_BEFORE_ALL: |
54-
curl -sSf https://sh.rustup.rs | sh -s -- -y
54+
curl -sSf https://sh.rustup.rs | sh -s -- --default-toolchain stable -y && rustup target add i686-pc-windows-msvc
5555
CIBW_ENVIRONMENT: 'PATH="$PATH:$HOME/.cargo/bin"'
5656

5757
- uses: actions/upload-artifact@v2

0 commit comments

Comments
 (0)