mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-03 12:21:35 +00:00
actions: revert pyinstaller on Win
This commit is contained in:
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@@ -480,7 +480,7 @@ 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" ] || [ "${RUNNER_OS}" == "macOS" ]); then
|
||||||
git checkout "v5.13.2"
|
git checkout "v5.13.2"
|
||||||
else
|
else
|
||||||
git checkout "${latest_release}"
|
git checkout "${latest_release}"
|
||||||
@@ -518,8 +518,7 @@ jobs:
|
|||||||
elif [[ "${RUNNER_OS}" == "Windows" ]]; then
|
elif [[ "${RUNNER_OS}" == "Windows" ]]; then
|
||||||
# Work around issue where PyInstaller picks up python3.dll from other Python versions
|
# Work around issue where PyInstaller picks up python3.dll from other Python versions
|
||||||
# https://github.com/pyinstaller/pyinstaller/issues/7102
|
# https://github.com/pyinstaller/pyinstaller/issues/7102
|
||||||
# export PATH="/usr/bin"
|
export PATH="/usr/bin"
|
||||||
true
|
|
||||||
else
|
else
|
||||||
export gampath=$(realpath "${gampath}")
|
export gampath=$(realpath "${gampath}")
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user