We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85ee575 commit 8c3cc68Copy full SHA for 8c3cc68
.github/workflows/ci.yaml
@@ -307,6 +307,9 @@ jobs:
307
with:
308
path: ~/.cpan/sources
309
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].*//'`
313
- name: Install client dependences (1)
314
if: ${{ matrix.client-version != 'system' && ( matrix.server-version != 'system' || matrix.client-version != 'same-as-server' ) }}
315
run: |
0 commit comments