mirror of
https://github.com/GAM-team/GAM.git
synced 2025-05-11 11:47:21 +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"
|
||||
"$PYTHON" -m pip install cryptography*.whl
|
||||
|
||||
- uses: actions-rust-lang/setup-rust-toolchain@v1
|
||||
|
||||
- name: Compile cryptography from source (no legacy)
|
||||
if: runner.os != 'Windows' || runner.arch != 'ARM64'
|
||||
run: |
|
||||
pip install --no-binary cryptography
|
||||
pip install --no-binary ":all:" --force cryptography
|
||||
|
||||
- name: Install pip requirements
|
||||
run: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user