mirror of
https://github.com/redstrate/Novus.git
synced 2025-05-19 06:47:44 +00:00
Add Vulkan SDK
This commit is contained in:
parent
b206bd2e11
commit
3e07c66ee8
1 changed files with 7 additions and 0 deletions
7
.github/workflows/cmake-multi-platform.yml
vendored
7
.github/workflows/cmake-multi-platform.yml
vendored
|
@ -39,6 +39,13 @@ jobs:
|
||||||
cache: true
|
cache: true
|
||||||
modules: 'qthttpserver qtwebsockets'
|
modules: 'qthttpserver qtwebsockets'
|
||||||
|
|
||||||
|
- name: Prepare Vulkan SDK
|
||||||
|
uses: humbletim/setup-vulkan-sdk@v1.2.0
|
||||||
|
with:
|
||||||
|
vulkan-query-version: latest
|
||||||
|
vulkan-components: Vulkan-Headers, Vulkan-Loader, SPIRV-Cross
|
||||||
|
vulkan-use-cache: true
|
||||||
|
|
||||||
- name: Set reusable strings
|
- name: Set reusable strings
|
||||||
id: strings
|
id: strings
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
Loading…
Add table
Reference in a new issue