Build fix.
This commit is contained in:
parent
799737d602
commit
d0297ca16f
1 changed files with 2 additions and 2 deletions
|
|
@ -76,7 +76,7 @@ jobs:
|
|||
- run:
|
||||
name: Install MySQL CLI;
|
||||
command: |
|
||||
sudo apt-get install default-mysql-client
|
||||
sudo apt-get update && sudo apt-get install default-mysql-client
|
||||
|
||||
- run:
|
||||
name: Create MySQL user and databases
|
||||
|
|
@ -151,7 +151,7 @@ jobs:
|
|||
- run:
|
||||
name: Install MySQL CLI;
|
||||
command: |
|
||||
sudo apt-get install default-mysql-client
|
||||
sudo apt-get update && sudo apt-get install default-mysql-client
|
||||
|
||||
- run:
|
||||
name: Init MariaDB database
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue