mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-03 20:31:35 +00:00
Update build.yml
This commit is contained in:
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@@ -193,7 +193,8 @@ 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
|
||||||
cd "pyinstaller-${PYINSTALLER_VERSION}/"
|
mv "pyinstaller-${PYINSTALLER_VERSION}/" pyinstaller
|
||||||
|
cd pyinstaller
|
||||||
# remove pre-compiled bootloaders so we fail if bootloader compile fails
|
# remove pre-compiled bootloaders so we fail if bootloader compile fails
|
||||||
rm -rf PyInstaller/bootloader/*/*
|
rm -rf PyInstaller/bootloader/*/*
|
||||||
cd bootloader
|
cd bootloader
|
||||||
|
|||||||
Reference in New Issue
Block a user