fix(CI/MacOS): pinto openssl@1.1 (#8150)

This commit is contained in:
Patrick Lewis
2021-09-29 00:17:14 -07:00
committed by GitHub
parent a7f52e9019
commit ba53234917

View File

@@ -1,9 +1,3 @@
##########################################
## workaround to fix macos-10.15 configure os from failing
brew reinstall openssl@1.1
rm '/usr/local/bin/2to3'
##########################################
brew update
##########################################
@@ -13,4 +7,4 @@ if ! command -v cmake &>/dev/null ; then
fi
##########################################
brew install openssl readline boost bash-completion curl unzip mysql ccache
brew install openssl@1.1 readline boost bash-completion curl unzip mysql ccache