Skip to content

Commit

Permalink
Update Linux build action to install Vulkan SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
stuart6854 committed Dec 13, 2023
1 parent cd9b01b commit 296bc88
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build_cmake_linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ jobs:
- name: get-cmake
uses: lukka/get-cmake@latest

- name: Install Vulkan SDK
uses: jakoch/[email protected]
with:
cache: true

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

0 comments on commit 296bc88

Please sign in to comment.