Workflow: Remove Sudo Call

This commit is contained in:
Refringe 2024-09-11 16:41:02 -04:00
parent 290db63093
commit c7114df136
Signed by: Refringe
SSH Key Fingerprint: SHA256:t865XsQpfTeqPRBMN2G6+N8wlDjkgUCZF3WGW6O9N/k

View File

@ -20,7 +20,7 @@ jobs:
steps: steps:
- name: Verify MySQL connection - name: Verify MySQL connection
run: | run: |
sudo apt-get install -y mysql-client apt-get install -y mysql-client
mysql --version mysql --version
mysql --host 127.0.0.1 --port 3306 -uuser -ppassword -e "SHOW DATABASES" mysql --host 127.0.0.1 --port 3306 -uuser -ppassword -e "SHOW DATABASES"