Skip to content

Commit a58b60f

Browse files
authored
Update Vulkan SDK installation in macOS CI workflow
1 parent 467a8db commit a58b60f

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

.github/workflows/macos.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,13 @@ jobs:
1313
with:
1414
submodules: 'recursive'
1515
fetch-depth: 0
16-
- name: Prepare Vulkan SDK
17-
uses: humbletim/setup-vulkan-sdk@v1.2.1
16+
- name: Install Vulkan SDK
17+
uses: jakoch/install-vulkan-sdk-action@v1
1818
with:
19-
vulkan-query-version: 1.4.304.1
20-
vulkan-components: Vulkan-Headers, Vulkan-Loader
21-
vulkan-use-cache: true
19+
optional_components: com.lunarg.vulkan.usr, com.lunarg.vulkan.volk
20+
install_runtime: true
21+
cache: true
22+
stripdown: true
2223
- name: Build and pack Iris
2324
run: |
2425
git fetch --all --tags
@@ -35,3 +36,4 @@ jobs:
3536

3637

3738

39+

0 commit comments

Comments
 (0)