Build fix.

This commit is contained in:
go-jet 2019-09-26 12:35:39 +02:00
parent 799737d602
commit d0297ca16f

View file

@ -76,7 +76,7 @@ jobs:
- run: - run:
name: Install MySQL CLI; name: Install MySQL CLI;
command: | command: |
sudo apt-get install default-mysql-client sudo apt-get update && sudo apt-get install default-mysql-client
- run: - run:
name: Create MySQL user and databases name: Create MySQL user and databases
@ -151,7 +151,7 @@ jobs:
- run: - run:
name: Install MySQL CLI; name: Install MySQL CLI;
command: | command: |
sudo apt-get install default-mysql-client sudo apt-get update && sudo apt-get install default-mysql-client
- run: - run:
name: Init MariaDB database name: Init MariaDB database