mirror of
https://github.com/GAM-team/GAM.git
synced 2025-05-12 12:17:20 +00:00
actions: install rust, fix cryptography install
This commit is contained in:
parent
87827badb8
commit
2204c35193
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -465,10 +465,12 @@ jobs:
|
|||||||
curl -O -L "$latest_crypt_whl"
|
curl -O -L "$latest_crypt_whl"
|
||||||
"$PYTHON" -m pip install cryptography*.whl
|
"$PYTHON" -m pip install cryptography*.whl
|
||||||
|
|
||||||
|
- uses: actions-rust-lang/setup-rust-toolchain@v1
|
||||||
|
|
||||||
- name: Compile cryptography from source (no legacy)
|
- name: Compile cryptography from source (no legacy)
|
||||||
if: runner.os != 'Windows' || runner.arch != 'ARM64'
|
if: runner.os != 'Windows' || runner.arch != 'ARM64'
|
||||||
run: |
|
run: |
|
||||||
pip install --no-binary cryptography
|
pip install --no-binary ":all:" --force cryptography
|
||||||
|
|
||||||
- name: Install pip requirements
|
- name: Install pip requirements
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user