From 67048fce86b5f1c7bb183a80c5afc426e324a82a Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Tue, 3 Sep 2024 16:54:57 -0400 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4a3b696e..b721022b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -530,7 +530,8 @@ jobs: fi mkdir -p -v "${gampath}" if [[ "${RUNNER_OS}" == "macOS" ]]; then - brew uninstall openssl + # brew OpenSSL gets picked up by PyInstaller breaking our self-compiled version + brew uninstall --ignore-dependencies 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