Skip to content

Commit 944576b

Browse files
GitHub: disable "Windows - MSVC 2022 (Slang)"
1 parent b13091a commit 944576b

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/c-cpp.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -88,15 +88,15 @@ jobs:
8888
generators: "Visual Studio 17 2022",
8989
cmake_args: "-DLVK_WITH_TRACY=ON"
9090
}
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-
}
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+
# }
100100
- {
101101
name: "Ubuntu - Clang",
102102
os: ubuntu-latest,

0 commit comments

Comments
 (0)