Skip to content

Commit 9b7d41f

Browse files
committed
fix
1 parent ec444f5 commit 9b7d41f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/setup-windows/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ runs:
55
- name: Setup MySQL
66
shell: cmd
77
run: |
8-
net start
8+
net start MySQL
99
mysql.exe --port=3306 --user=root --password="" -e "ALTER USER 'root'@'localhost' IDENTIFIED BY 'Password12!'; FLUSH PRIVILEGES;"
1010
- name: Setup MSSQL
1111
shell: pwsh

0 commit comments

Comments
 (0)