Skip to content

Commit 8c3cc68

Browse files
committed
Uninstall existing mysql/mariadb
1 parent 85ee575 commit 8c3cc68

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -307,6 +307,9 @@ jobs:
307307
with:
308308
path: ~/.cpan/sources
309309
key: cache-cpan
310+
- name: Uninstall system MySQL/MariaDB
311+
run: |
312+
sudo apt purge `{ dpkg --get-selections '*mysql*'; dpkg --get-selections '*mariadb*'; } | sed 's/[:\t].*//'`
310313
- name: Install client dependences (1)
311314
if: ${{ matrix.client-version != 'system' && ( matrix.server-version != 'system' || matrix.client-version != 'same-as-server' ) }}
312315
run: |

0 commit comments

Comments
 (0)