[no ci] actions: rust not neccessary for precompiled win arm wheels

This commit is contained in:
Jay Lee 2025-04-17 21:36:14 -04:00 committed by GitHub
parent 46008d4155
commit 126320e2fb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -445,11 +445,6 @@ jobs:
"${PYTHON}" -V
"${PYTHON}" -c "import ssl; print(f'Using {ssl.OPENSSL_VERSION}')"
- name: Windows ARM Install rust and cargo
if: matrix.goal == 'build' && runner.os == 'Windows' && runner.arch == 'ARM64' && steps.cache-python-ssl.outputs.cache-hit != 'true'
run: |
choco install rust
- name: Upgrade pip, wheel, etc
run: |
curl $curl_retry -O https://bootstrap.pypa.io/get-pip.py