Skip to content

Commit

Permalink
Try removing
Browse files Browse the repository at this point in the history
  • Loading branch information
krlmlr committed Oct 6, 2023
1 parent 7fe8cf3 commit b511d99
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/custom/after-install/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ runs:
sudo apt purge -y mysql-server
shell: bash

- name: Purge mariadb-connector-c
if: runner.os == 'macOS'
run: |
brew unlink mariadb-connector-c
shell: bash

- uses: ankane/setup-mariadb@v1
if: (matrix.config.mysql_server == '') || ! matrix.config.mysql_server
with:
Expand Down

0 comments on commit b511d99

Please sign in to comment.