Skip to content

Commit 05bcf42

Browse files
committed
Add less specific mysql client to CI setup
1 parent 9e495bf commit 05bcf42

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
@@ -6,7 +6,7 @@ jobs:
66
- checkout
77
- run: |
88
sudo apt-get update
9-
sudo apt-get install -y mysql-client-5.5
9+
sudo apt-get install -y mysql-client
1010
make test
1111
1212
deploy:

0 commit comments

Comments
 (0)