File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
.github/actions/setup-windows Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 1717 curl -Ls -o SQL2022-SSEI-Expr.exe https://download.microsoft.com/download/5/1/4/5145fe04-4d30-4b85-b0d1-39533663a2f1/SQL2022-SSEI-Expr.exe
1818 SQL2022-SSEI-Expr.exe /Action=Download /MediaPath="%TEMP%" /MediaType=Core /ENU /Quiet
1919 %TEMP%\SQLEXPR_x64_ENU.exe /X:%TEMP%\Media /QS
20- %TEMP%\Media\setup.exe /Q /IACCEPTSQLSERVERLICENSETERMS /ACTION="install" /FEATURES=SQLEngine /INSTANCENAME=^(local^)\ SQLEXPRESS /SQLSVCACCOUNT="NT AUTHORITY\SYSTEM" /SQLSYSADMINACCOUNTS="BUILTIN\ADMINISTRATORS" /SAPWD="YourStrong!Passw0rd" /SECURITYMODE=SQL /ERRORREPORTING=0
20+ %TEMP%\Media\setup.exe /Q /IACCEPTSQLSERVERLICENSETERMS /ACTION="install" /FEATURES=SQLEngine /INSTANCENAME=SQLEXPRESS /SQLSVCACCOUNT="NT AUTHORITY\SYSTEM" /SQLSYSADMINACCOUNTS="BUILTIN\ADMINISTRATORS" /SAPWD="YourStrong!Passw0rd" /SECURITYMODE=SQL /ERRORREPORTING=0
2121 - name : Setup PostgreSQL
2222 shell : pwsh
2323 run : |
You can’t perform that action at this time.
0 commit comments