From 29c9ed413517ec2b11e61d96700801af24e6abe1 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Tue, 8 Dec 2020 08:24:01 -0500 Subject: [PATCH] Update macos-install.sh --- .github/actions/macos-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/macos-install.sh b/.github/actions/macos-install.sh index a4be9e36..440af7f4 100755 --- a/.github/actions/macos-install.sh +++ b/.github/actions/macos-install.sh @@ -4,7 +4,7 @@ echo "Xcode versionn:" xcodebuild -version export gampath=dist/gam rm -rf $gampath -export DYLD_LIBRARY_PATH="/Library/Frameworks/Python.framework/Versions/3.9/lib:$DYLD_LIBRARY_PATH" +brew uninstall openssl@1.1 export DYLD_PRINT_LIBRARIES=YES $python ./gam.py version extended unset DYLD_PRINT_LIBRARIES