File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 77 fail-fast : false
88 matrix :
99 include :
10- - os : ubuntu-24.04
11- sqlserver-version : 2025
1210 # - os: ubuntu-22.04
1311 # sqlserver-version: 2025
1412 # - os: ubuntu-22.04
1513 # sqlserver-version: 2022
16- # - os: windows-2025
17- # sqlserver-version: 2025
14+ - os : windows-2025
15+ sqlserver-version : 2025
1816 # - os: windows-2025
1917 # sqlserver-version: 2022
2018 # - os: windows-2025
Original file line number Diff line number Diff line change @@ -69,6 +69,7 @@ if (isMac()) {
6969 const tmpDir = useTmpDir ( ) ;
7070 run ( `curl -Ls -o SQL${ sqlserverVersion } -SSEI-Dev.exe ${ url } ` ) ;
7171 run ( `SQL${ sqlserverVersion } -SSEI-Dev.exe /Action=Download /MediaPath="${ tmpDir } " /MediaType=CAB /Quiet` ) ;
72+ run ( `ls` ) ;
7273 run ( `SQLServer${ sqlserverVersion } -DEV-x64-ENU.exe /X:${ tmpDir } \\Media /QS` ) ;
7374 const params = [
7475 `/IACCEPTSQLSERVERLICENSETERMS` ,
You can’t perform that action at this time.
0 commit comments