actions: install rust for win-arm64

This commit is contained in:
Jay Lee 2025-04-16 19:03:13 -04:00 committed by GitHub
parent f846c81c01
commit 97578029d5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -446,6 +446,11 @@ 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