build: use install-vulkan-sdk
This commit is contained in:
parent
7ce02014d4
commit
25bf4904e1
1 changed files with 4 additions and 5 deletions
9
.github/workflows/build.yml
vendored
9
.github/workflows/build.yml
vendored
|
@ -30,12 +30,11 @@ jobs:
|
||||||
name: Setup Python
|
name: Setup Python
|
||||||
with:
|
with:
|
||||||
python-version: '3.x'
|
python-version: '3.x'
|
||||||
- name: Setup Vulkan SDK
|
- name: Install Vulkan SDK
|
||||||
uses: humbletim/setup-vulkan-sdk@v1.2.0
|
uses: humbletim/install-vulkan-sdk@v1.1.1
|
||||||
with:
|
with:
|
||||||
vulkan-query-version: latest
|
version: latest
|
||||||
vulkan-components: Vulkan-Headers, Vulkan-Loader, SPIRV-Cross, SPIRV-Headers, SPIRV-Reflect, SPIRV-Tools, Glslang
|
cache: true
|
||||||
vulkan-use-cache: true
|
|
||||||
- run: pip install meson ninja mako
|
- run: pip install meson ninja mako
|
||||||
name: Install Meson for spirv-to-dxil-sys
|
name: Install Meson for spirv-to-dxil-sys
|
||||||
# - if: runner.os == 'Windows'
|
# - if: runner.os == 'Windows'
|
||||||
|
|
Loading…
Add table
Reference in a new issue