mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-04 04:41:35 +00:00
Update build.yml
This commit is contained in:
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@@ -17,8 +17,6 @@ env:
|
|||||||
BUILD_OPENSSL_VERSION: "3.0.1"
|
BUILD_OPENSSL_VERSION: "3.0.1"
|
||||||
MIN_OPENSSL_VERSION: "1.1.1l"
|
MIN_OPENSSL_VERSION: "1.1.1l"
|
||||||
PATCHELF_VERSION: "0.13"
|
PATCHELF_VERSION: "0.13"
|
||||||
# PYINSTALLER_VERSION can be full commit hash or version like v4.20
|
|
||||||
#PYINSTALLER_VERSION: "86eeca8b4ba8012ab2df19ca206cafbe263b6a81"
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
@@ -96,7 +94,7 @@ jobs:
|
|||||||
path: |
|
path: |
|
||||||
~/python
|
~/python
|
||||||
~/ssl
|
~/ssl
|
||||||
key: ${{ matrix.os }}-${{ matrix.jid }}-20220110
|
key: ${{ matrix.os }}-${{ matrix.jid }}-20220111
|
||||||
|
|
||||||
- name: Set env variables
|
- name: Set env variables
|
||||||
env:
|
env:
|
||||||
@@ -225,6 +223,8 @@ jobs:
|
|||||||
set +e
|
set +e
|
||||||
$pip list --outdated --format=freeze | grep -v '^\-e' | cut -d = -f 1 | xargs -n1 $pip install -U --force-reinstall $pipoptions
|
$pip list --outdated --format=freeze | grep -v '^\-e' | cut -d = -f 1 | xargs -n1 $pip install -U --force-reinstall $pipoptions
|
||||||
$pip install --upgrade -r requirements.txt $pipoptions
|
$pip install --upgrade -r requirements.txt $pipoptions
|
||||||
|
# yubikey-manager holds cryptography to old version, force upgrade
|
||||||
|
$pip install --upgrade --no-deps cryptography $pipoptions
|
||||||
|
|
||||||
- name: Build GAM with PyInstaller
|
- name: Build GAM with PyInstaller
|
||||||
if: matrix.goal != 'test'
|
if: matrix.goal != 'test'
|
||||||
|
|||||||
Reference in New Issue
Block a user