File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -257,9 +257,11 @@ jobs:
257257 - name : Setup
258258 uses : ./.github/actions/setup-windows
259259 - name : Setup MSSQL
260- uses : ankane/setup-sqlserver@v1
261- with :
262- accept-eula : true
260+ run : |
261+ curl -Ls -o SQL2022-SSEI-Dev.exe https://download.microsoft.com/download/c/c/9/cc9c6797-383c-4b24-8920-dc057c1de9d3/SQL2022-SSEI-Dev.exe
262+ SQL2022-SSEI-Dev.exe /Action=Download /MediaPath="C:\Users\RUNNER~1\AppData\Local\Temp\sqlserver-NnBncV" /MediaType=CAB /Quiet
263+ SQLServer2022-DEV-x64-ENU.exe /X:C:\Users\RUNNER~1\AppData\Local\Temp\sqlserver-NnBncV\Media /QS
264+ C:\Users\RUNNER~1\AppData\Local\Temp\sqlserver-NnBncV\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
263265 - name : Build
264266 run : .github/scripts/windows/build.bat
265267 - name : Test
You can’t perform that action at this time.
0 commit comments