mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-03 20:31:35 +00:00
actions take 78
This commit is contained in:
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
@@ -113,10 +113,10 @@ jobs:
|
|||||||
echo "pip=$pip" >> $GITHUB_ENV
|
echo "pip=$pip" >> $GITHUB_ENV
|
||||||
echo "LD_LIBRARY_PATH=$LD_LIBRARY_PATH" >> $GITHUB_ENV
|
echo "LD_LIBRARY_PATH=$LD_LIBRARY_PATH" >> $GITHUB_ENV
|
||||||
echo -e "Python: $python\nPip: $pip\nLD_LIB...: $LD_LIBRARY_PATH"
|
echo -e "Python: $python\nPip: $pip\nLD_LIB...: $LD_LIBRARY_PATH"
|
||||||
export url="https://github.com/pyinstaller/pyinstaller/archive/${PYINSTALLER_COMMIT}.tar.gz"
|
export url="https://codeload.github.com/pyinstaller/pyinstaller/tar.gz/${PYINSTALLER_COMMIT}"
|
||||||
echo "Downloading ${url}..."
|
echo "Downloading ${url}"
|
||||||
curl -O "${url}"
|
curl -o pyinstaller.tar.gz --compressed "${url}"
|
||||||
tar xf $PYINSTALLER_COMMIT.tar.gz
|
tar xf pyinstaller.tar.gz
|
||||||
mv pyinstaller-$PYINSTALLER_COMMIT pyinstaller
|
mv pyinstaller-$PYINSTALLER_COMMIT pyinstaller
|
||||||
cd pyinstaller/bootloader
|
cd pyinstaller/bootloader
|
||||||
if [ "${PLATFORM}" == "x86" ]; then
|
if [ "${PLATFORM}" == "x86" ]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user