Skip to content

Commit

Permalink
Build.yml installs 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 a304251 commit d4957cc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,16 @@ jobs:
runs-on: windows-latest

steps:
- uses: actions/checkout@v4
- name: Clone Platform
uses: actions/checkout@v4

- name: Update Submodules
run: git submodule update --init --force

- name: Prepare Vulkan SDK
uses: humbletim/setup-vulkan-sdk@v1.2.0
- name: Install Vulkan SDK
uses: humbletim/install-vulkan-sdk@v1.1.1
with:
vulkan-query-version: latest
vulkan-components: Vulkan-Headers, Vulkan-Loader, Glslang
vulkan-use-cache: true

- name: Configure CMake
Expand Down

0 comments on commit d4957cc

Please sign in to comment.