Skip to content

Commit 209e44a

Browse files
committed
fix
1 parent 00bedba commit 209e44a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,6 @@ runs:
99
mysqld --install
1010
net start MySQL
1111
mysql --port=3306 --user=root --password="" -e "ALTER USER 'root'@'localhost' IDENTIFIED BY 'Password12!'; FLUSH PRIVILEGES;"
12-
- name: Setup MSSQL
13-
uses: ankane/setup-sqlserver@v1
14-
with:
15-
accept-eula: true
1612
- name: Setup PostgreSQL
1713
shell: pwsh
1814
run: |

.github/workflows/push.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -256,6 +256,10 @@ jobs:
256256
uses: actions/checkout@v4
257257
- name: Setup
258258
uses: ./.github/actions/setup-windows
259+
- name: Setup MSSQL
260+
uses: ankane/setup-sqlserver@v1
261+
with:
262+
accept-eula: true
259263
- name: Build
260264
run: .github/scripts/windows/build.bat
261265
- name: Test

0 commit comments

Comments
 (0)