Remove unrequired Windows clang build in GitHub
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index c2fbf52..9578f6e 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -31,20 +31,6 @@
             cmake_configure_options: '-G "Visual Studio 17 2022" -A x64',
             build_type: "Release",
           }
-          - {
-            name: "Windows Clang (Debug)",
-            compiler: "clang",
-            cc: "clang-cl", cxx: "clang-cl",
-            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"',
-            build_type: "Debug",
-          }
-          - {
-            name: "Windows Clang (Release)",
-            compiler: "clang",
-            cc: "clang-cl", cxx: "clang-cl",
-            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"',
-            build_type: "Release",
-          }
 
     steps:
       - name: Checkout