Workflow: Updated MySQL Package Name

This commit is contained in:
Refringe 2024-09-11 16:48:08 -04:00
parent 30f7d60cc4
commit 001039b6fc
Signed by: Refringe
SSH Key Fingerprint: SHA256:t865XsQpfTeqPRBMN2G6+N8wlDjkgUCZF3WGW6O9N/k

View File

@ -20,7 +20,7 @@ jobs:
steps:
- name: Verify MySQL connection
run: |
apt-get update && apt-get install -y mysql-client
apt-get update && apt-get install -qy git curl libmcrypt-dev default-mysql-client
mysql --version
mysql --host 127.0.0.1 --port 3306 -uuser -ppassword -e "SHOW DATABASES"