Skip to content

Commit 350da2d

Browse files
committed
Use SQLServer Express
1 parent c8ed76c commit 350da2d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ runs:
1414
run: |
1515
path
1616
echo ${{ runner.temp }}
17-
curl -Ls -o SQL2022-SSEI-Dev.exe https://download.microsoft.com/download/c/c/9/cc9c6797-383c-4b24-8920-dc057c1de9d3/SQL2022-SSEI-Dev.exe
18-
SQL2022-SSEI-Dev.exe /Action=Download /MediaPath="%TEMP%" /MediaType=CAB /Quiet
19-
%TEMP%\SQLServer2022-DEV-x64-ENU.exe /X:%TEMP%\Media /QS
17+
curl -Ls -o SQL2022-SSEI-Expr.exe https://download.microsoft.com/download/5/1/4/5145fe04-4d30-4b85-b0d1-39533663a2f1/SQL2022-SSEI-Expr.exe
18+
SQL2022-SSEI-Expr.exe /Action=Download /MediaPath="%TEMP%" /MediaType=Core /ENU /Quiet
19+
%TEMP%\SQLEXPR_x64_ENU.exe /X:%TEMP%\Media /QS
2020
%TEMP%\Media\setup.exe /Q /IACCEPTSQLSERVERLICENSETERMS /ACTION="install" /FEATURES=SQLEngine /INSTANCENAME=MSSQLSERVER /SQLSVCACCOUNT="NT AUTHORITY\SYSTEM" /SQLSYSADMINACCOUNTS="BUILTIN\ADMINISTRATORS" /SAPWD="YourStrong!Passw0rd" /SECURITYMODE=SQL /ERRORREPORTING=0
2121
- name: Setup PostgreSQL
2222
shell: pwsh

0 commit comments

Comments
 (0)