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 0667c06 commit 6a726f3Copy full SHA for 6a726f3
.github/workflows/build-linux.yml
@@ -13,7 +13,7 @@ jobs:
13
- name: "GCC"
14
build_type: "Debug"
15
cmake_generator: "Unix Makefiles"
16
- cmake_args: "-DDILIGENT_BUILD_CORE_TESTS=ON -DDILIGENT_NO_VULKAN=ON -DDILIGENT_NO_GLSLANG=ON"
+ cmake_args: "-DDILIGENT_BUILD_CORE_TESTS=ON -DDILIGENT_NO_VULKAN=ON -DDILIGENT_NO_GLSLANG=ON -DDILIGENT_NO_HLSL=ON"
17
cc: "gcc-14"
18
cxx: "g++-14"
19
0 commit comments