Skip to content

Commit

Permalink
Merge pull request #299 from r-dbi/f-mariadb-11
Browse files Browse the repository at this point in the history
  • Loading branch information
krlmlr authored Oct 8, 2023
2 parents ae21d4b + ccf6013 commit 753c426
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/custom/after-install/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,16 @@ 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:
mariadb-version: 10.9
mariadb-version: "11.1"

- uses: ankane/setup-mysql@v1
if: matrix.config.mysql_server
Expand Down

0 comments on commit 753c426

Please sign in to comment.