Skip to content

Commit ef35860

Browse files
committed
Update ezsql-macos.yml
1 parent 75a6cd5 commit ef35860

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ezsql-macos.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,9 @@ jobs:
3636
brew services start [email protected]
3737
brew link [email protected] --force
3838
mysqld --initialize-insecure
39-
sudo ls /var/
40-
sudo ln -s /tmp/mysql.sock /var/mysql/mysql.sock
39+
sudo ls /var/spool/
40+
sudo ls /usr/local/var/mysql/
41+
sudo ln -s /tmp/mysql.sock /usr/local/var/mysql/mysql.sock
4142
- name: Setup MySQL Database
4243
run: |
4344
mysql -u root -e "CREATE DATABASE IF NOT EXISTS ez_test;"

0 commit comments

Comments
 (0)