We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9d7a52b + 9d17673 commit 811773fCopy full SHA for 811773f
1 file changed
.github/workflows/build.yml
@@ -31,20 +31,6 @@ jobs:
31
cmake_configure_options: '-G "Visual Studio 17 2022" -A x64',
32
build_type: "Release",
33
}
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
44
45
46
- build_type: "Release",
47
48
49
steps:
50
- name: Checkout
0 commit comments