We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b13091a commit 944576bCopy full SHA for 944576b
.github/workflows/c-cpp.yml
@@ -88,15 +88,15 @@ jobs:
88
generators: "Visual Studio 17 2022",
89
cmake_args: "-DLVK_WITH_TRACY=ON"
90
}
91
- - {
92
- name: "Windows - MSVC 2022 (Slang)",
93
- os: windows-latest,
94
- build_type: "Debug",
95
- cc: "cl",
96
- cxx: "cl",
97
- generators: "Visual Studio 17 2022",
98
- cmake_args: "-DLVK_WITH_TRACY=ON -DLVK_WITH_SLANG=ON"
99
- }
+# - {
+# name: "Windows - MSVC 2022 (Slang)",
+# os: windows-latest,
+# build_type: "Debug",
+# cc: "cl",
+# cxx: "cl",
+# generators: "Visual Studio 17 2022",
+# cmake_args: "-DLVK_WITH_TRACY=ON -DLVK_WITH_SLANG=ON"
+# }
100
- {
101
name: "Ubuntu - Clang",
102
os: ubuntu-latest,
0 commit comments