From 296bc8867099425a4b1d9cb28a0baf9fd067e774 Mon Sep 17 00:00:00 2001 From: Stuart Millman Date: Wed, 13 Dec 2023 10:49:12 +0000 Subject: [PATCH] Update Linux build action to install Vulkan SDK --- .github/workflows/build_cmake_linux.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/build_cmake_linux.yaml b/.github/workflows/build_cmake_linux.yaml index 1df89b4..c347a8a 100644 --- a/.github/workflows/build_cmake_linux.yaml +++ b/.github/workflows/build_cmake_linux.yaml @@ -24,6 +24,11 @@ jobs: - name: get-cmake uses: lukka/get-cmake@latest + - name: Install Vulkan SDK + uses: jakoch/install-vulkan-sdk-action@v1.0.1 + with: + cache: true + - uses: actions/checkout@v3 with: submodules: recursive