Skip to content

Commit a7f900b

Browse files
committed
Update ezsql-macos.yml
1 parent 52a4ec9 commit a7f900b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/ezsql-macos.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,11 @@ jobs:
3131
- name: Brew Install MySQL
3232
run: |
3333
brew install [email protected]
34-
mkdir /usr/local/var/mysql
35-
chmod 777 mkdir /usr/local/var/mysql
36-
brew postinstall [email protected]
3734
- name: Brew Start MySQL
3835
run: |
3936
brew services start [email protected]
4037
brew link [email protected] --force
38+
mysqld --initialize-insecure
4139
- name: Setup MySQL Database
4240
run: |
4341
mysql -u root -e "CREATE DATABASE IF NOT EXISTS ez_test;"

0 commit comments

Comments
 (0)