Skip to content

Commit c97203b

Browse files
committed
Update ezsql-macos.yml
1 parent 6023923 commit c97203b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ezsql-macos.yml

+2
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ jobs:
3535
- name: Brew Start MySQL
3636
run: |
3737
brew link [email protected] --force
38+
sudo rm -rf /usr/local/var/mysql
39+
sudo rm /usr/local/etc/my.cnf
3840
mysqld --initialize-insecure --explicit_defaults_for_timestamp
3941
mysql.server start
4042
- name: Setup MySQL Database

0 commit comments

Comments
 (0)