We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 051f2f6 commit 6efac4eCopy full SHA for 6efac4e
.github/workflows/release-wheels.yml
@@ -51,7 +51,7 @@ jobs:
51
python -m cibuildwheel --output-dir dist
52
env:
53
CIBW_BEFORE_ALL: |
54
- curl -sSf https://sh.rustup.rs | sh -s -- -y
+ curl -sSf https://sh.rustup.rs | sh -s -- --default-toolchain stable -y && rustup target add i686-pc-windows-msvc
55
CIBW_ENVIRONMENT: 'PATH="$PATH:$HOME/.cargo/bin"'
56
57
- uses: actions/upload-artifact@v2
0 commit comments