mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-03 20:31:35 +00:00
actions: move PyInstaller back to latest to see what happens
This commit is contained in:
16
.github/workflows/build.yml
vendored
16
.github/workflows/build.yml
vendored
@@ -498,15 +498,15 @@ jobs:
|
|||||||
cd pyinstaller
|
cd pyinstaller
|
||||||
export latest_release=$(git tag --list | grep -v dev | grep -v rc | sort -Vr | head -n1)
|
export latest_release=$(git tag --list | grep -v dev | grep -v rc | sort -Vr | head -n1)
|
||||||
#V6.0.0 causes errors on staticx
|
#V6.0.0 causes errors on staticx
|
||||||
if [[ "${staticx}" == "yes" ]]; then
|
#if [[ "${staticx}" == "yes" ]]; then
|
||||||
git checkout "v5.13.2"
|
# git checkout "v5.13.2"
|
||||||
elif [[ "${RUNNER_OS}" == "Windows" ]]; then
|
#elif [[ "${RUNNER_OS}" == "Windows" ]]; then
|
||||||
git checkout "v5.13.2"
|
# git checkout "v5.13.2"
|
||||||
elif [[ "${RUNNER_OS}" == "macOS" ]]; then
|
#elif [[ "${RUNNER_OS}" == "macOS" ]]; then
|
||||||
git checkout "v5.13.2"
|
# git checkout "v5.13.2"
|
||||||
else
|
#else
|
||||||
git checkout "${latest_release}"
|
git checkout "${latest_release}"
|
||||||
fi
|
#fi
|
||||||
# remove pre-compiled bootloaders so we fail if bootloader compile fails
|
# remove pre-compiled bootloaders so we fail if bootloader compile fails
|
||||||
rm -rvf PyInstaller/bootloader/*-*/*
|
rm -rvf PyInstaller/bootloader/*-*/*
|
||||||
cd bootloader
|
cd bootloader
|
||||||
|
|||||||
Reference in New Issue
Block a user