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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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