From 013e921667880703caa42e8c36bae3cd0060cceb Mon Sep 17 00:00:00 2001 From: Sandro Hanea Date: Fri, 22 Nov 2024 21:34:51 +0100 Subject: [PATCH] trying to add vulkan --- .github/workflows/build-all.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/build-all.yml b/.github/workflows/build-all.yml index 093de3e1..e2b980b2 100644 --- a/.github/workflows/build-all.yml +++ b/.github/workflows/build-all.yml @@ -36,6 +36,9 @@ jobs: linux-no-avx: uses: ./.github/workflows/linux-noavx-native-build.yml + linux-vulkan: + uses: ./.github/workflows/linux-vulkan-native-build.yml + windows-cuda: if: ${{ inputs.BuildGpuLibs == 'true' }} uses: ./.github/workflows/windows-cuda-native-build.yml