mirror of
https://github.com/liyunfan1223/azerothcore-wotlk.git
synced 2026-08-08 15:58:04 +00:00
feat(CI/MacOS): use acore.sh to install deps (#4003)
This commit is contained in:
@@ -5,7 +5,7 @@ export CCACHE_MAXSIZE='2G'
|
||||
export CCACHE_COMPRESS=9
|
||||
ccache -s
|
||||
|
||||
mkdir var/build/obj && cd var/build/obj;
|
||||
cd var/build/obj
|
||||
|
||||
time cmake ../../../ \
|
||||
-DTOOLS=1 \
|
||||
|
||||
@@ -1,10 +0,0 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
##########################################
|
||||
## workaround to fix macos-10.15 configure os from failing
|
||||
time brew reinstall openssl@1.1
|
||||
##########################################
|
||||
|
||||
time brew update
|
||||
time brew install openssl readline ace coreutils bash bash-completion mysql ccache
|
||||
|
||||
Reference in New Issue
Block a user