Skip to content

Commit 2019ea4

Browse files
committed
⏪ Revert "Remove Fix MySQL GA"
This reverts commit c340c68.
1 parent 7a7d51a commit 2019ea4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -528,6 +528,11 @@ jobs:
528528
options: "--name=mysqld"
529529

530530
steps:
531+
- name: Fix MySQL GA
532+
run: |
533+
sudo apt-get update
534+
sudo apt-get remove mysql* && sudo apt-get install -y mysql-server libmysqlclient-dev
535+
531536
- uses: actions/checkout@v2
532537
- name: Set up Python ${{ matrix.py }}
533538
uses: actions/setup-python@v2

0 commit comments

Comments
 (0)