fix(CI/macOS): remove old openssl removal (#3998)

This commit is contained in:
Francesco Borzì 2020-12-17 11:13:17 +01:00 committed by GitHub
parent 38bf355bf4
commit eca17381e1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
##########################################