diff --git a/ci/macos/prepare.sh b/ci/macos/prepare.sh index 7735a9a04a..a96833f75f 100755 --- a/ci/macos/prepare.sh +++ b/ci/macos/prepare.sh @@ -14,11 +14,3 @@ if [ $(sw_vers -productVersion | cut -d '.' -f 1) -lt 14 ]; then fi python3 -m pip install --user --break-system-packages websockets - -# Brew doesn't create the /opt/homebrew/opt/openssl symlink if you install -# openssl@1.1, only with 3.0. Create the symlink if it doesn't exist. -#if [ ! -e /opt/homebrew/opt/openssl ]; then -# if [ -d /opt/homebrew/opt/openssl@1.1 ]; then -# ln -s /opt/homebrew/opt/openssl@1.1 /opt/homebrew/opt/openssl -# fi -#fi