Skip to content

Commit

Permalink
Try removing mysql-client install in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyevans committed Dec 15, 2021
1 parent e488239 commit 6046dd8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ jobs:
steps:
- uses: actions/checkout@v2
- run: sudo apt-get -yqq install libpq-dev
- run: sudo apt-get -yqq install mysql-client
- run: sudo apt-get -yqq install libmysqlclient-dev
- uses: ruby/setup-ruby@v1
with:
Expand Down

0 comments on commit 6046dd8

Please sign in to comment.