mirror of
https://github.com/GAM-team/GAM.git
synced 2026-06-21 14:41:37 +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"
|
||||
MIN_OPENSSL_VERSION: "1.1.1l"
|
||||
PATCHELF_VERSION: "0.13"
|
||||
# PYINSTALLER_VERSION can be full commit hash or version like v4.20
|
||||
#PYINSTALLER_VERSION: "86eeca8b4ba8012ab2df19ca206cafbe263b6a81"
|
||||
|
||||
jobs:
|
||||
build:
|
||||
@@ -96,7 +94,7 @@ jobs:
|
||||
path: |
|
||||
~/python
|
||||
~/ssl
|
||||
key: ${{ matrix.os }}-${{ matrix.jid }}-20220110
|
||||
key: ${{ matrix.os }}-${{ matrix.jid }}-20220111
|
||||
|
||||
- name: Set env variables
|
||||
env:
|
||||
@@ -225,6 +223,8 @@ jobs:
|
||||
set +e
|
||||
$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
|
||||
# yubikey-manager holds cryptography to old version, force upgrade
|
||||
$pip install --upgrade --no-deps cryptography $pipoptions
|
||||
|
||||
- name: Build GAM with PyInstaller
|
||||
if: matrix.goal != 'test'
|
||||
|
||||
Reference in New Issue
Block a user