Skip to content

Commit 811773f

Browse files
Merge pull request #473 from IAmNotHanni/master
Remove unrequired Windows clang build in GitHub
2 parents 9d7a52b + 9d17673 commit 811773f

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -31,20 +31,6 @@ jobs:
3131
cmake_configure_options: '-G "Visual Studio 17 2022" -A x64',
3232
build_type: "Release",
3333
}
34-
- {
35-
name: "Windows Clang (Debug)",
36-
compiler: "clang",
37-
cc: "clang-cl", cxx: "clang-cl",
38-
cmake_configure_options: '-G "Visual Studio 17 2022" -A x64 -T "LLVM_v143" -DCMAKE_CXX_COMPILER="clang-cl.exe" -DCMAKE_C_COMPILER="clang-cl.exe" -DCMAKE_LINKER="lld.exe"',
39-
build_type: "Debug",
40-
}
41-
- {
42-
name: "Windows Clang (Release)",
43-
compiler: "clang",
44-
cc: "clang-cl", cxx: "clang-cl",
45-
cmake_configure_options: '-G "Visual Studio 17 2022" -A x64 -T "LLVM_v143" -DCMAKE_CXX_COMPILER="clang-cl.exe" -DCMAKE_C_COMPILER="clang-cl.exe" -DCMAKE_LINKER="lld.exe"',
46-
build_type: "Release",
47-
}
4834

4935
steps:
5036
- name: Checkout

0 commit comments

Comments
 (0)