mirror of
https://github.com/liyunfan1223/azerothcore-wotlk.git
synced 2026-08-08 07:48:02 +00:00
feat(CI/MacOS): use acore.sh to install deps (#4003)
This commit is contained in:
@@ -1,6 +1,15 @@
|
||||
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
|
||||
##########################################
|
||||
## workaround to fix macos-10.15 configure os from failing
|
||||
brew reinstall openssl@1.1
|
||||
##########################################
|
||||
|
||||
brew update
|
||||
|
||||
brew install openssl readline cmake ace coreutils bash bash-completion md5sha1sum curl unzip
|
||||
##########################################
|
||||
## workaround for cmake already being installed in the github runners
|
||||
if ! command -v cmake &>/dev/null ; then
|
||||
brew install cmake
|
||||
fi
|
||||
##########################################
|
||||
|
||||
brew install openssl readline ace bash-completion curl unzip mysql ccache
|
||||
|
||||
Reference in New Issue
Block a user