diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 8d3d4e3e..016f7ee6 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -28,6 +28,13 @@ jobs: - name: Get CMake uses: lukka/get-cmake@latest + - name: Prepare Vulkan SDK + uses: humbletim/setup-vulkan-sdk@v1.2.1 + with: + vulkan-query-version: 1.4.304.1 + vulkan-components: Vulkan-Headers, Vulkan-Loader + vulkan-use-cache: true + - name: Update glslang external sources working-directory: ${{env.BENCH_ROOT}}/3rdparty/glslang run: python update_glslang_sources.py diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5dca1367..f43f1030 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -28,6 +28,13 @@ jobs: - name: Get CMake uses: lukka/get-cmake@latest + - name: Prepare Vulkan SDK + uses: humbletim/setup-vulkan-sdk@v1.2.1 + with: + vulkan-query-version: 1.4.304.1 + vulkan-components: Vulkan-Headers, Vulkan-Loader + vulkan-use-cache: true + - name: Update glslang external sources working-directory: ${{env.TEST_ROOT}}/3rdparty/glslang run: python update_glslang_sources.py