Skip to content

Commit 6250a66

Browse files
authored
Merge pull request #24 from Astrotomic/fix-circleci-mysql
fix circleci mysql
2 parents 3ee1fe1 + 924056b commit 6250a66

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)