mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-03 12:21:35 +00:00
Update build.yml
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -84,7 +84,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
bin.tar.xz
|
bin.tar.xz
|
||||||
key: gam-${{ matrix.jid }}-20220907
|
key: gam-${{ matrix.jid }}-20220926
|
||||||
|
|
||||||
- name: Untar Cache archive
|
- name: Untar Cache archive
|
||||||
if: matrix.goal == 'build' && steps.cache-python-ssl.outputs.cache-hit == 'true'
|
if: matrix.goal == 'build' && steps.cache-python-ssl.outputs.cache-hit == 'true'
|
||||||
@@ -415,7 +415,7 @@ jobs:
|
|||||||
fi
|
fi
|
||||||
echo "PyInstaller build arguments: ${PYINSTALLER_BUILD_ARGS}"
|
echo "PyInstaller build arguments: ${PYINSTALLER_BUILD_ARGS}"
|
||||||
"${PYTHON}" ./waf all $PYINSTALLER_BUILD_ARGS
|
"${PYTHON}" ./waf all $PYINSTALLER_BUILD_ARGS
|
||||||
cd ../..
|
cd ..
|
||||||
echo "---- Installing PyInstaller ----"
|
echo "---- Installing PyInstaller ----"
|
||||||
"${PYTHON}" -m pip install .
|
"${PYTHON}" -m pip install .
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user