Skip to content

Commit 071e9ab

Browse files
authored
Add Vulkan SDK install step
Added Vulkan SDK setup step to macOS CI workflow.
1 parent 7f0c6f7 commit 071e9ab

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/macos.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@ jobs:
1313
with:
1414
submodules: 'recursive'
1515
fetch-depth: 0
16+
- name: Prepare Vulkan SDK
17+
uses: humbletim/setup-vulkan-sdk@v1.2.1
18+
with:
19+
vulkan-query-version: 1.4.304.1
20+
vulkan-components: Vulkan-Headers, Vulkan-Loader
21+
vulkan-use-cache: true
1622
- name: Build and pack Iris
1723
run: |
1824
git fetch --all --tags
@@ -28,3 +34,4 @@ jobs:
2834

2935

3036

37+

0 commit comments

Comments
 (0)