Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cmb69 committed Jan 26, 2025
1 parent d75472f commit c8ed76c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/actions/setup-windows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit c8ed76c

Please sign in to comment.