Skip to content

Commit 39a32f7

Browse files
committed
Try to fix the CI
1 parent 47cf76e commit 39a32f7

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)