mirror of
https://github.com/liyunfan1223/azerothcore-wotlk.git
synced 2026-08-08 15:58:04 +00:00
fix(CI): Ubuntu build (#9697)
This commit is contained in:
@@ -11,7 +11,7 @@ sudo apt-get -y install ccache clang cmake curl google-perftools libmysqlclient-
|
|||||||
|
|
||||||
if [[ $CONTINUOUS_INTEGRATION || $DOCKER ]]; then
|
if [[ $CONTINUOUS_INTEGRATION || $DOCKER ]]; then
|
||||||
sudo add-apt-repository -y ppa:mhier/libboost-latest && sudo apt update && sudo apt-get -y install build-essential cmake-data \
|
sudo add-apt-repository -y ppa:mhier/libboost-latest && sudo apt update && sudo apt-get -y install build-essential cmake-data \
|
||||||
libboost1.74-dev libbz2-dev libncurses5-dev libmysql++-dev libgoogle-perftools-dev libreadline6-dev libssl-dev libtool mysql-client \
|
libboost1.74-dev libbz2-dev libncurses5-dev libmysql++-dev libgoogle-perftools-dev libreadline6-dev libssl-dev libtool \
|
||||||
openssl zlib1g-dev
|
openssl zlib1g-dev
|
||||||
else
|
else
|
||||||
case $UBUNTU_VERSION in
|
case $UBUNTU_VERSION in
|
||||||
|
|||||||
Reference in New Issue
Block a user