Skip to content

Commit

Permalink
Build.yml adds the Vulkan SDK.
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewRichards-Code committed Aug 7, 2024
1 parent ef25acb commit a304251
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,13 @@ jobs:
- name: Update Submodules
run: git submodule update --init --force

- name: Prepare Vulkan SDK
uses: humbletim/[email protected]
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
Expand Down

0 comments on commit a304251

Please sign in to comment.