diff --git a/.github/workflows/Build.yml b/.github/workflows/Build.yml index af6dc7b7..8ae396c6 100644 --- a/.github/workflows/Build.yml +++ b/.github/workflows/Build.yml @@ -19,6 +19,13 @@ jobs: - name: Update Submodules run: git submodule update --init --force + - name: Prepare Vulkan SDK + uses: humbletim/setup-vulkan-sdk@v1.2.0 + with: + vulkan-query-version: latest + vulkan-components: Vulkan-Headers, Vulkan-Loader, Glslang + vulkan-use-cache: true + - name: Configure CMake # Configure CMake in a 'build' subdirectory. run: cmake -B ${{github.workspace}}/build