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.
2 parents 47cf76e + 39a32f7 commit d0138b8Copy full SHA for d0138b8
.github/workflows/ci.yml
@@ -77,8 +77,7 @@ jobs:
77
- name: Install mysql (MacOS)
78
if: runner.os == 'macOS' && matrix.backend == 'mysql'
79
run: |
80
- brew update
81
- brew install mariadb@10.8
+ brew install --overwrite mariadb@10.8
82
/usr/local/opt/mariadb@10.8/bin/mysql_install_db
83
/usr/local/opt/mariadb@10.8/bin/mysql.server start
84
sleep 3
0 commit comments