fix(CI/MacOS) openssl sym link (#8201)

* fix(CI/MacOS) openssl
This commit is contained in:
Patrick Lewis
2021-10-02 03:01:57 -07:00
committed by GitHub
parent 775c6744d2
commit ac0d990fef

View File

@@ -8,3 +8,8 @@ fi
##########################################
brew install openssl@1.1 readline boost bash-completion curl unzip mysql ccache
##########################################
## workaround to fix openssl in ci until https://github.com/actions/virtual-environments/pull/4206 is merged
ln -sf $(brew --cellar openssl@1.1)/1.1.1* /usr/local/opt/openssl
##########################################