We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4dcdd8b + 071e9ab commit 47a2657Copy full SHA for 47a2657
.github/workflows/macos.yml
@@ -13,6 +13,12 @@ jobs:
13
with:
14
submodules: 'recursive'
15
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
22
- name: Build and pack Iris
23
run: |
24
git fetch --all --tags
@@ -28,3 +34,4 @@ jobs:
28
34
29
35
30
36
37
+
0 commit comments