Skip to content

Commit 9c0c83d

Browse files
committed
Also disable the custom llvm install for test runs
1 parent 8b17c89 commit 9c0c83d

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)