From 97adde0f5e4cc4e8daa0aa6de4df42bf18b40a76 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Tue, 3 Sep 2024 16:49:21 -0400 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9eb1d15c..4a3b696e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -530,6 +530,7 @@ jobs: fi mkdir -p -v "${gampath}" if [[ "${RUNNER_OS}" == "macOS" ]]; then + brew uninstall openssl export gampath=$($PYTHON -c "import os; print(os.path.realpath('$gampath'))") elif [[ "${RUNNER_OS}" == "Windows" ]]; then # Work around issue where PyInstaller picks up python3.dll from other Python versions @@ -553,10 +554,10 @@ jobs: cat build/gam/EXE-00.toc if [ -x "$(command -v realpath)" ]; then realpath=realpath - else + else brew install coreutils realpath=grealpath - fi + fi export gam=$(realpath "$gam") if [[ "${RUNNER_OS}" == "Windows" ]]; then export gam=$(cygpath -w "$gam")