File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
.github/actions/setup-windows Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments