Skip to content

Commit

Permalink
Merge pull request #134 from palantirnet/circle-mysql-client
Browse files Browse the repository at this point in the history
Change package name for MySQL client on CircleCI
  • Loading branch information
damontgomery authored Jul 22, 2019
2 parents bfaa9ba + 98b9b4e commit 75c1ec4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
steps:
- run:
name: Install packages
command: sudo apt-get install -y libpng-dev mysql-client
command: sudo apt-get install -y libpng-dev default-mysql-client
- run:
name: Install nvm
command: |
Expand Down

0 comments on commit 75c1ec4

Please sign in to comment.