diff --git a/.github/workflows/cmake-multi-platform.yml b/.github/workflows/cmake-multi-platform.yml index b473d35..32fe206 100644 --- a/.github/workflows/cmake-multi-platform.yml +++ b/.github/workflows/cmake-multi-platform.yml @@ -39,6 +39,13 @@ jobs: cache: true modules: 'qthttpserver qtwebsockets' + - name: Prepare Vulkan SDK + uses: humbletim/setup-vulkan-sdk@v1.2.0 + with: + vulkan-query-version: latest + vulkan-components: Vulkan-Headers, Vulkan-Loader, SPIRV-Cross + vulkan-use-cache: true + - name: Set reusable strings id: strings shell: bash