mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-23 21:56:22 +00:00
11 lines
320 B
Bash
11 lines
320 B
Bash
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@1.1 readline boost bash-completion curl unzip mysql ccache
|