mirror of
https://github.com/GAM-team/GAM.git
synced 2025-05-09 18:57:20 +00:00
actions: disable building cryptography from source for now
This commit is contained in:
parent
ce16aa252e
commit
8339b92537
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
@ -470,10 +470,10 @@ jobs:
|
||||
|
||||
- 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 ":all:" --force cryptography
|
||||
# - name: Compile cryptography from source (no legacy)
|
||||
# if: runner.os != 'Windows' || runner.arch != 'ARM64'
|
||||
# run: |
|
||||
# pip install --no-binary ":all:" --force cryptography
|
||||
|
||||
- name: Install pip requirements
|
||||
run: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user