File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed
Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -104,11 +104,6 @@ jobs:
104104 steps :
105105 - uses : actions/checkout@v4
106106
107- - id : setup-llvm
108- name : Set up LLVM (MSVC)
109- uses : ./.github/actions/setup-llvm-msvc
110- if : matrix.compiler == 'clang-cl'
111-
112107 - name : Fetch cppwinrt executables
113108 if : matrix.arch != 'arm64'
114109 uses : actions/download-artifact@v4
@@ -142,7 +137,7 @@ jobs:
142137 $target_version = "1.2.3.4"
143138 $props = "Configuration=$target_configuration,Platform=$target_platform,CppWinRTBuildVersion=$target_version"
144139 if ("${{ matrix.compiler }}" -eq "clang-cl") {
145- $props += ",Clang=1,PlatformToolset=LLVM_v143,LLVMInstallDir=${{ steps.setup-llvm.outputs.llvm-path }} "
140+ $props += ",Clang=1,PlatformToolset=ClangCl "
146141 }
147142 Add-Content $env:GITHUB_ENV "msbuild_config_props=/p:$props"
148143
You can’t perform that action at this time.
0 commit comments