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:
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@@ -117,12 +117,13 @@ jobs:
|
|||||||
echo "Downloading ${url}"
|
echo "Downloading ${url}"
|
||||||
curl -o pyinstaller.tar.gz --compressed "${url}"
|
curl -o pyinstaller.tar.gz --compressed "${url}"
|
||||||
tar xf pyinstaller.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
|
||||||
BITS="32"
|
BITS="32"
|
||||||
else
|
else
|
||||||
BITS="64"
|
BITS="64"
|
||||||
|
fi
|
||||||
echo "bootloader before:"
|
echo "bootloader before:"
|
||||||
md5sum ../PyInstaller/bootloader/*/*
|
md5sum ../PyInstaller/bootloader/*/*
|
||||||
$python ./waf all --target-arch=${BITS}bit
|
$python ./waf all --target-arch=${BITS}bit
|
||||||
|
|||||||
Reference in New Issue
Block a user