Update .gitea/workflows/mysql.yml

This commit is contained in:
Lunny Xiao 2024-01-29 07:08:25 +00:00
parent 7429611c23
commit 25c38ca852
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@ jobs:
- run: apt-get update && apt-get install -y lsb-release inetutils-tools
- run: wget https://dev.mysql.com/get/mysql-apt-config_0.8.24-1_all.deb
- run: DEBIAN_FRONTEND=noninteractive dpkg -i mysql-apt-config_0.8.24-1_all.deb
- run: apt-key adv --keyserver keyserver.ubuntu.com --recv-keys B7B3B788A8D3785C
- run: apt-get update
- run: apt install -y mysql-client
- run: mysql -h mysql8 -u root -e '\q'