mirror of
https://github.com/GAM-team/GAM.git
synced 2025-05-12 12:17:20 +00:00
actions: install rust for win-arm64
This commit is contained in:
parent
f846c81c01
commit
97578029d5
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@ -446,6 +446,11 @@ jobs:
|
|||||||
"${PYTHON}" -V
|
"${PYTHON}" -V
|
||||||
"${PYTHON}" -c "import ssl; print(f'Using {ssl.OPENSSL_VERSION}')"
|
"${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
|
- name: Upgrade pip, wheel, etc
|
||||||
run: |
|
run: |
|
||||||
curl $curl_retry -O https://bootstrap.pypa.io/get-pip.py
|
curl $curl_retry -O https://bootstrap.pypa.io/get-pip.py
|
||||||
|
Loading…
x
Reference in New Issue
Block a user