Skip to content

Commit 53e0952

Browse files
author
Albert Andaluz
committed
force 14.44 developer powershell for llvm + nvcc builds on other builds
1 parent ac73a7e commit 53e0952

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cmake-windows-amd64.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
$y = "${{matrix.toolset}}".split(",")
7171
Import-Module (Get-ChildItem $vsInstallationPath -Recurse -File -Filter Microsoft.VisualStudio.DevShell.dll).FullName
7272
if ($y[0].contains("llvm")) {
73-
$devargs='-arch=x64'
73+
$devargs='-arch=x64 -vcvars_ver=14.44'
7474
} else {
7575
$devargs='-arch=x64 -vcvars_ver='+$y[1]
7676
}

0 commit comments

Comments
 (0)