Skip to content

Commit d0138b8

Browse files
authored
Merge pull request #51 from weiznich/fix/ci_12_22
Try to fix the CI
2 parents 47cf76e + 39a32f7 commit d0138b8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,7 @@ jobs:
7777
- name: Install mysql (MacOS)
7878
if: runner.os == 'macOS' && matrix.backend == 'mysql'
7979
run: |
80-
brew update
81-
brew install [email protected]
80+
brew install --overwrite [email protected]
8281
/usr/local/opt/[email protected]/bin/mysql_install_db
8382
/usr/local/opt/[email protected]/bin/mysql.server start
8483
sleep 3

0 commit comments

Comments
 (0)