From eca17381e1b8f4c9a4fe6ba2f33ef27ac81bb04c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Francesco=20Borz=C3=AC?= Date: Thu, 17 Dec 2020 11:13:17 +0100 Subject: [PATCH] fix(CI/macOS): remove old openssl removal (#3998) --- apps/ci/mac/ci-install.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/apps/ci/mac/ci-install.sh b/apps/ci/mac/ci-install.sh index f1c59203d..bd6f84263 100755 --- a/apps/ci/mac/ci-install.sh +++ b/apps/ci/mac/ci-install.sh @@ -2,10 +2,6 @@ ########################################## ## workaround to fix macos-10.15 configure os from failing -time brew uninstall openssl@1.0.2t -time brew uninstall python@2.7.17 -time brew untap local/openssl -time brew untap local/python2 time brew reinstall openssl@1.1 ##########################################