Skip to content

Commit 6a726f3

Browse files
GHA: disable HLSL
1 parent 0667c06 commit 6a726f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: "GCC"
1414
build_type: "Debug"
1515
cmake_generator: "Unix Makefiles"
16-
cmake_args: "-DDILIGENT_BUILD_CORE_TESTS=ON -DDILIGENT_NO_VULKAN=ON -DDILIGENT_NO_GLSLANG=ON"
16+
cmake_args: "-DDILIGENT_BUILD_CORE_TESTS=ON -DDILIGENT_NO_VULKAN=ON -DDILIGENT_NO_GLSLANG=ON -DDILIGENT_NO_HLSL=ON"
1717
cc: "gcc-14"
1818
cxx: "g++-14"
1919

0 commit comments

Comments
 (0)