fix(CI): fix ubuntu-24.04 build (#18984)

fix(CI): try to fix ubuntu-24.04 build
This commit is contained in:
sudlud
2024-06-01 11:00:49 +02:00
committed by GitHub
parent 0f5992045c
commit 94991004dc

View File

@@ -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 \