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 4ffda20 commit 051f2f6Copy full SHA for 051f2f6
.github/workflows/release-wheels.yml
@@ -51,8 +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 -- --default-toolchain stable -y
55
- rustup target add i686-pc-windows-msvc
+ curl -sSf https://sh.rustup.rs | sh -s -- -y
56
CIBW_ENVIRONMENT: 'PATH="$PATH:$HOME/.cargo/bin"'
57
58
- uses: actions/upload-artifact@v2
0 commit comments