From b0acaef2262019201dd9aa2cabef268736c0b787 Mon Sep 17 00:00:00 2001 From: Fabian Sauter Date: Thu, 9 Jun 2022 10:56:58 +0200 Subject: [PATCH] Disabled Vulkan version check in CI for now Signed-off-by: Fabian Sauter --- .github/workflows/cpp_tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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