Skip to content

Commit

Permalink
Remove mariadb-connector-c if it exists
Browse files Browse the repository at this point in the history
  • Loading branch information
krlmlr committed Oct 7, 2023
1 parent 092a70c commit ccf6013
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 it exists
if: runner.os == 'macOS'
run: |
brew unlink mariadb-connector-c || true
shell: bash

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

0 comments on commit ccf6013

Please sign in to comment.