Skip to content

Commit

Permalink
Update windows build action
Browse files Browse the repository at this point in the history
  • Loading branch information
stuart6854 committed Dec 13, 2023
1 parent 3040ef6 commit 2a849c9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build_cmake_windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,11 @@ jobs:
uses: lukka/get-cmake@latest

- name: Install Vulkan SDK
uses: humbletim/install-vulkan-sdk@v1.1.1
uses: jakoch/install-vulkan-sdk-action@v1.0.1
with:
version: latest
install_runtime: false
cache: true
stripdown: true

- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 2a849c9

Please sign in to comment.