actions: install rust, fix cryptography install

This commit is contained in:
Jay Lee 2025-04-24 07:53:48 -04:00 committed by GitHub
parent 87827badb8
commit 2204c35193
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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: |