Skip to content

Commit ec444f5

Browse files
committed
try
1 parent 1f09775 commit ec444f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ runs:
55
- name: Setup MySQL
66
shell: cmd
77
run: |
8-
path
9-
dir "C:\Program Files"
8+
net start
9+
mysql.exe --port=3306 --user=root --password="" -e "ALTER USER 'root'@'localhost' IDENTIFIED BY 'Password12!'; FLUSH PRIVILEGES;"
1010
- name: Setup MSSQL
1111
shell: pwsh
1212
run: |

0 commit comments

Comments
 (0)