mirror of
https://github.com/GAM-team/GAM.git
synced 2026-06-03 22:01:39 +00:00
actions: disable building cryptography from source for now
This commit is contained in:
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: |
|
||||
|
||||
Reference in New Issue
Block a user