mirror of
https://github.com/sp-tarkov/forge.git
synced 2025-02-13 04:30:41 -05:00
Workflow: Remove Sudo Call
This commit is contained in:
parent
290db63093
commit
c7114df136
@ -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"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user