diff --git a/.github/actions/setup-windows/action.yml b/.github/actions/setup-windows/action.yml index bccccb085450..df1d451c3d99 100644 --- a/.github/actions/setup-windows/action.yml +++ b/.github/actions/setup-windows/action.yml @@ -15,9 +15,9 @@ runs: path echo ${{ runner.temp }} curl -Ls -o SQL2022-SSEI-Dev.exe https://download.microsoft.com/download/c/c/9/cc9c6797-383c-4b24-8920-dc057c1de9d3/SQL2022-SSEI-Dev.exe - SQL2022-SSEI-Dev.exe /Action=Download /MediaPath="%TEMP" /MediaType=CAB /Quiet - SQLServer2022-DEV-x64-ENU.exe /X:%TEMP%\Media /QS - %TEMP%\Media\setup.exe /Q /IACCEPTSQLSERVERLICENSETERMS /ACTION="install" /FEATURES=SQL /INSTANCENAME=MSSQLSERVER /SQLSVCACCOUNT="NT AUTHORITY\SYSTEM" /SQLSYSADMINACCOUNTS="BUILTIN\ADMINISTRATORS" /SAPWD="YourStrong!Passw0rd" /SECURITYMODE=SQL /ERRORREPORTING=0 + SQL2022-SSEI-Dev.exe /Action=Download /MediaPath="%TEMP%" /MediaType=CAB /Quiet + %TEMP%\SQLServer2022-DEV-x64-ENU.exe /X:%TEMP%\Media /QS + %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 - name: Setup PostgreSQL shell: pwsh run: |