Commit c2f6b75 1 parent ec06a49 commit c2f6b75 Copy full SHA for c2f6b75
File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -494,7 +494,7 @@ jobs:
494
494
}
495
495
$VER = switch ('${{matrix.VER}}') { `
496
496
'v142' {'14.2'} `
497
- 'v143' {'14.3 '} }
497
+ 'v143' {'14.4 '} }
498
498
Import-Module "${env:VS_ROOT}\Common7\Tools\Microsoft.VisualStudio.DevShell.dll"
499
499
Enter-VsDevShell -VsInstallPath ${env:VS_ROOT} -SkipAutomaticLocation -DevCmdArguments "-host_arch=x64 -arch=${{matrix.BIN}} -vcvars_ver=$VER"
500
500
& cmake `
@@ -531,7 +531,7 @@ jobs:
531
531
run : |
532
532
$VER = switch ('${{matrix.VER}}') { `
533
533
'v142' {'14.2'} `
534
- 'v143' {'14.3 '} }
534
+ 'v143' {'14.4 '} }
535
535
Import-Module "${env:VS_ROOT}\Common7\Tools\Microsoft.VisualStudio.DevShell.dll"
536
536
Enter-VsDevShell -VsInstallPath ${env:VS_ROOT} -SkipAutomaticLocation -DevCmdArguments "-host_arch=x64 -arch=${{matrix.BIN}} -vcvars_ver=$VER"
537
537
foreach ($Config in 'Release','Debug') { `
@@ -589,7 +589,7 @@ jobs:
589
589
run : |
590
590
$VER = switch ('${{matrix.VER}}') { `
591
591
'v142' {'14.2'} `
592
- 'v143' {'14.3 '} }
592
+ 'v143' {'14.4 '} }
593
593
Import-Module "${env:VS_ROOT}\Common7\Tools\Microsoft.VisualStudio.DevShell.dll"
594
594
Enter-VsDevShell -VsInstallPath ${env:VS_ROOT} -SkipAutomaticLocation -DevCmdArguments "-host_arch=x64 -arch=${{matrix.BIN}} -vcvars_ver=${VER}"
595
595
& cmake `
You can’t perform that action at this time.
0 commit comments