diff --git a/.github/workflows/cpp_tests.yml b/.github/workflows/cpp_tests.yml index 2d5069330..f29081dc5 100644 --- a/.github/workflows/cpp_tests.yml +++ b/.github/workflows/cpp_tests.yml @@ -29,7 +29,7 @@ jobs: build-type: Debug run-test: true ctest-options: -V - configure-options: -DKOMPUTE_OPT_BUILD_TESTS=ON -DKOMPUTE_OPT_DISABLE_VK_DEBUG_LAYERS=OFF + configure-options: -DKOMPUTE_OPT_BUILD_TESTS=ON -DKOMPUTE_OPT_DISABLE_VK_DEBUG_LAYERS=OFF -DKOMPUTE_OPT_DISABLE_VULKAN_VERSION_CHECK=ON cpp-tests-release-with-debug-layers: runs-on: ubuntu-latest