Skip to content

Commit 3a3b557

Browse files
committed
Fix MSVC compiler toolset version
1 parent 18a1f05 commit 3a3b557

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/presubmit.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -494,7 +494,7 @@ jobs:
494494
}
495495
$VER = switch ('${{matrix.VER}}') { `
496496
'v142' {'14.2'} `
497-
'v143' {'14.3'} }
497+
'v143' {'14.4'} }
498498
Import-Module "${env:VS_ROOT}\Common7\Tools\Microsoft.VisualStudio.DevShell.dll"
499499
Enter-VsDevShell -VsInstallPath ${env:VS_ROOT} -SkipAutomaticLocation -DevCmdArguments "-host_arch=x64 -arch=${{matrix.BIN}} -vcvars_ver=$VER"
500500
& cmake `
@@ -531,7 +531,7 @@ jobs:
531531
run: |
532532
$VER = switch ('${{matrix.VER}}') { `
533533
'v142' {'14.2'} `
534-
'v143' {'14.3'} }
534+
'v143' {'14.4'} }
535535
Import-Module "${env:VS_ROOT}\Common7\Tools\Microsoft.VisualStudio.DevShell.dll"
536536
Enter-VsDevShell -VsInstallPath ${env:VS_ROOT} -SkipAutomaticLocation -DevCmdArguments "-host_arch=x64 -arch=${{matrix.BIN}} -vcvars_ver=$VER"
537537
foreach ($Config in 'Release','Debug') { `
@@ -589,7 +589,7 @@ jobs:
589589
run: |
590590
$VER = switch ('${{matrix.VER}}') { `
591591
'v142' {'14.2'} `
592-
'v143' {'14.3'} }
592+
'v143' {'14.4'} }
593593
Import-Module "${env:VS_ROOT}\Common7\Tools\Microsoft.VisualStudio.DevShell.dll"
594594
Enter-VsDevShell -VsInstallPath ${env:VS_ROOT} -SkipAutomaticLocation -DevCmdArguments "-host_arch=x64 -arch=${{matrix.BIN}} -vcvars_ver=${VER}"
595595
& cmake `

0 commit comments

Comments
 (0)