Skip to content

Commit 8b17c89

Browse files
committed
Replace "custom llvm" msbuild props with PlatformToolset=ClangCl
1 parent aa45c84 commit 8b17c89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
$target_version = "1.2.3.4"
4545
$props = "Configuration=$target_configuration,Platform=$target_platform,CppWinRTBuildVersion=$target_version"
4646
if ("${{ matrix.compiler }}" -eq "clang-cl") {
47-
$props += ",Clang=1,PlatformToolset=LLVM_v143,LLVMInstallDir=${{ steps.setup-llvm.outputs.llvm-path }}"
47+
$props += ",Clang=1,PlatformToolset=ClangCl"
4848
}
4949
Add-Content $env:GITHUB_ENV "msbuild_config_props=/p:$props"
5050

0 commit comments

Comments
 (0)