mirror of
https://github.com/GAM-team/GAM.git
synced 2026-06-28 09:51:36 +00:00
actions take 78
This commit is contained in:
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@@ -117,12 +117,13 @@ jobs:
|
||||
echo "Downloading ${url}"
|
||||
curl -o pyinstaller.tar.gz --compressed "${url}"
|
||||
tar xf pyinstaller.tar.gz
|
||||
mv pyinstaller-$PYINSTALLER_COMMIT pyinstaller
|
||||
mv "pyinstaller-${PYINSTALLER_COMMIT}" pyinstaller
|
||||
cd pyinstaller/bootloader
|
||||
if [ "${PLATFORM}" == "x86" ]; then
|
||||
BITS="32"
|
||||
else
|
||||
BITS="64"
|
||||
fi
|
||||
echo "bootloader before:"
|
||||
md5sum ../PyInstaller/bootloader/*/*
|
||||
$python ./waf all --target-arch=${BITS}bit
|
||||
|
||||
Reference in New Issue
Block a user