Skip to content

Commit 924056b

Browse files
committed
fix circleci mysql
1 parent 3ee1fe1 commit 924056b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ defaults: &defaults
1111
command: 'dockerize -wait tcp://localhost:3306 -timeout 1m'
1212
- run:
1313
name: 'Install MySQL-Client'
14-
command: 'sudo apt-get update && sudo apt-get install -y mysql-client'
14+
command: 'sudo apt-get update && sudo apt-get install -y mariadb-client'
1515

1616
- run:
1717
name: 'MySQL Database'

0 commit comments

Comments
 (0)