mirror of
https://github.com/azerothcore/azerothcore-wotlk.git
synced 2025-12-06 02:30:26 -08:00
fix(CI): fix ubuntu-24.04 build (#18984)
fix(CI): try to fix ubuntu-24.04 build
This commit is contained in:
parent
0f5992045c
commit
94991004dc
1 changed files with 1 additions and 0 deletions
1
.github/actions/linux-build/action.yml
vendored
1
.github/actions/linux-build/action.yml
vendored
|
|
@ -47,6 +47,7 @@ runs:
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
sudo apt update
|
sudo apt update
|
||||||
|
sudo apt remove needrestart #refer: https://github.com/actions/runner-images/issues/9937
|
||||||
sudo apt-get -y install ccache clang cmake curl google-perftools \
|
sudo apt-get -y install ccache clang cmake curl google-perftools \
|
||||||
libmysqlclient-dev make unzip build-essential cmake-data \
|
libmysqlclient-dev make unzip build-essential cmake-data \
|
||||||
libboost-all-dev libbz2-dev libncurses5-dev libmysql++-dev \
|
libboost-all-dev libbz2-dev libncurses5-dev libmysql++-dev \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue