Update .gitea/workflows/mysql.yml

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

View File

@ -15,7 +15,7 @@ jobs:
- 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: apt install -y default-mysql-client
- run: mysql -h mysql8 -u root -e '\q'
services: