From ac0d990fef0416547a6b7c75a6371459503c2bad Mon Sep 17 00:00:00 2001 From: Patrick Lewis Date: Sat, 2 Oct 2021 03:01:57 -0700 Subject: fix(CI/MacOS) openssl sym link (#8201) * fix(CI/MacOS) openssl --- apps/installer/includes/os_configs/osx.sh | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'apps/installer') diff --git a/apps/installer/includes/os_configs/osx.sh b/apps/installer/includes/os_configs/osx.sh index a20fc2765f..bf09d97849 100644 --- a/apps/installer/includes/os_configs/osx.sh +++ b/apps/installer/includes/os_configs/osx.sh @@ -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 +########################################## -- cgit v1.2.3