File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -34,10 +34,10 @@ jobs:
34
34
- name : Setup database
35
35
run : |
36
36
# sudo systemctl start mysql
37
- mysql -u root -proot -h localhost -P 3306 -e 'CREATE DATABASE tg_ci;'
38
- mysql -u root -proot -h localhost -P 3306 tg_ci < SQL/tgstation_schema.sql
39
- mysql -u root -proot -h localhost -P 3306 -e 'CREATE DATABASE tg_ci_prefixed;'
40
- mysql -u root -proot -h localhost -P 3306 tg_ci_prefixed < SQL/tgstation_schema_prefixed.sql
37
+ mysql -u root -proot -h 127.0.0.1 -P 3306 -e 'CREATE DATABASE tg_ci;'
38
+ mysql -u root -proot -h 127.0.0.1 -P 3306 tg_ci < SQL/tgstation_schema.sql
39
+ mysql -u root -proot -h 127.0.0.1 -P 3306 -e 'CREATE DATABASE tg_ci_prefixed;'
40
+ mysql -u root -proot -h 127.0.0.1 -P 3306 tg_ci_prefixed < SQL/tgstation_schema_prefixed.sql
41
41
- name : Install rust-g
42
42
run : |
43
43
bash tools/ci/install_rust_g.sh
You can’t perform that action at this time.
0 commit comments