Update cmake.yml to pull vulkan headers

This commit is contained in:
Bailey Harrison 2023-05-29 15:30:56 +01:00 committed by GitHub
parent 832ecfe57f
commit 4abe8c2fdf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,6 +23,13 @@ jobs:
- name: Checkout Submodules
run: git submodule update --init --recursive
-name: Prepare Vulkan SDK
uses: humbletim/setup-vulkan-sdk@v1.2.0
with:
vulkan-query-version: 1.3.204.0
vulkan-components: Vulkan-Headers, Vulkan-Loader
vulkan-use-cache: true
- name: Configure CMake
# Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.
# See https://cmake.org/cmake/help/latest/variable/CMAKE_BUILD_TYPE.html?highlight=cmake_build_type