Skip to content

Commit

Permalink
fix(CI): fix ubuntu-24.04 build (azerothcore#18984)
Browse files Browse the repository at this point in the history
fix(CI): try to fix ubuntu-24.04 build
  • Loading branch information
sudlud authored and ikkj committed Jun 10, 2024
1 parent 2bdd293 commit f568a78
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/linux-build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ runs:
shell: bash
run: |
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 \
libmysqlclient-dev make unzip build-essential cmake-data \
libboost-all-dev libbz2-dev libncurses5-dev libmysql++-dev \
Expand Down

0 comments on commit f568a78

Please sign in to comment.