From b721040ed36368743b17e88231c6dfeeff6f7418 Mon Sep 17 00:00:00 2001 From: Chris Salzberg Date: Wed, 16 Feb 2022 10:13:02 +0900 Subject: [PATCH] Remove installation step for MySQL --- .github/workflows/ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7f9942d6..a67d5d27 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: