Skip to content

Commit 14d577d

Browse files
committed
Update ezsql-macos.yml
1 parent a7f900b commit 14d577d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ezsql-macos.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,11 @@ jobs:
3333
brew install [email protected]
3434
- name: Brew Start MySQL
3535
run: |
36+
mkdir -p /usr/local/var/mysql
37+
mkdir /var/mysql
38+
brew doctor
3639
brew services start [email protected]
40+
ln -s /tmp/mysql.sock /var/mysql/mysql.sock
3741
brew link [email protected] --force
3842
mysqld --initialize-insecure
3943
- name: Setup MySQL Database

0 commit comments

Comments
 (0)