Skip to content

Commit

Permalink
Remove installation step for MySQL
Browse files Browse the repository at this point in the history
  • Loading branch information
shioyama committed Feb 16, 2022
1 parent 89cf655 commit b721040
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci.yml
Expand Up @@ -188,9 +188,6 @@ jobs:
- name: Install Postgres
run: sudo apt-get install libpq-dev postgresql-client -y
if: matrix.database == 'postgres'
- name: Install MySQL
run: sudo apt-get install libmysqlclient-dev mysql-client -y
if: matrix.database == 'mysql'
- id: cache-bundler
uses: actions/cache@v2
with:
Expand Down

0 comments on commit b721040

Please sign in to comment.