fix(CI): add workaround for configure os (macos-10.15) (#3597)
This commit is contained in:
parent
eb2fd6809a
commit
36d4d22fd4
1 changed files with 10 additions and 0 deletions
|
|
@ -1,4 +1,14 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
##########################################
|
||||
## 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
|
||||
##########################################
|
||||
|
||||
time brew update
|
||||
time brew install openssl readline ace coreutils bash bash-completion mysql ccache
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue