Disabled Vulkan version check in CI for now
Signed-off-by: Fabian Sauter <sauter.fabian@mailbox.org>
This commit is contained in:
parent
a58065bfee
commit
b0acaef226
1 changed files with 1 additions and 1 deletions
2
.github/workflows/cpp_tests.yml
vendored
2
.github/workflows/cpp_tests.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue