fix(CI): Update macos openssl to 3 (#16846)
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
export OPENSSL_ROOT_DIR=$(brew --prefix openssl@1.1)
|
export OPENSSL_ROOT_DIR=$(brew --prefix openssl@3)
|
||||||
|
|
||||||
export CCACHE_CPP2=true
|
export CCACHE_CPP2=true
|
||||||
export CCACHE_MAXSIZE='500M'
|
export CCACHE_MAXSIZE='500M'
|
||||||
|
|||||||
@@ -26,4 +26,4 @@ if ! command -v cmake &>/dev/null ; then
|
|||||||
fi
|
fi
|
||||||
##########################################
|
##########################################
|
||||||
|
|
||||||
brew install openssl@1.1 readline boost bash-completion curl unzip mysql ccache
|
brew install openssl@3 readline boost bash-completion curl unzip mysql ccache
|
||||||
|
|||||||
Reference in New Issue
Block a user