mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-03 12:21:35 +00:00
Update build.yml
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -393,7 +393,7 @@ jobs:
|
|||||||
cd "${GITHUB_WORKSPACE}/src"
|
cd "${GITHUB_WORKSPACE}/src"
|
||||||
git clone https://github.com/python/cpython.git
|
git clone https://github.com/python/cpython.git
|
||||||
cd "${PYTHON_SOURCE_PATH}"
|
cd "${PYTHON_SOURCE_PATH}"
|
||||||
if [[ "${RUNNER_OS}" != "Linux" ]]; then
|
if [[ "${RUNNER_OS}" == "Linux" ]]; then
|
||||||
# TEMP lock Linux to 3.14.3 until the PyInstaller multiprocess issues are resolved.
|
# TEMP lock Linux to 3.14.3 until the PyInstaller multiprocess issues are resolved.
|
||||||
export LATEST_STABLE_TAG="v3.14.3"
|
export LATEST_STABLE_TAG="v3.14.3"
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user