We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac73a7e commit 53e0952Copy full SHA for 53e0952
.github/workflows/cmake-windows-amd64.yml
@@ -70,7 +70,7 @@ jobs:
70
$y = "${{matrix.toolset}}".split(",")
71
Import-Module (Get-ChildItem $vsInstallationPath -Recurse -File -Filter Microsoft.VisualStudio.DevShell.dll).FullName
72
if ($y[0].contains("llvm")) {
73
- $devargs='-arch=x64'
+ $devargs='-arch=x64 -vcvars_ver=14.44'
74
} else {
75
$devargs='-arch=x64 -vcvars_ver='+$y[1]
76
}
0 commit comments