mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 01:08:35 +00:00
17 lines
514 B
Bash
17 lines
514 B
Bash
##########################################
|
|
## workaround to fix macos-10.15 configure os from failing
|
|
brew reinstall openssl@1.1
|
|
rm '/usr/local/bin/2to3'
|
|
##########################################
|
|
|
|
brew update
|
|
|
|
##########################################
|
|
## 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 boost bash-completion curl unzip mysql ccache
|