mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-03 20:31:35 +00:00
actions: install rust, fix cryptography install
This commit is contained in:
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: |
|
||||||
|
|||||||
Reference in New Issue
Block a user