Skip to content

Commit eb79ff7

Browse files
Firestar99LegNeato
authored andcommitted
ci: don't cache vulkan sdk on mac, restore is broken
see jakoch/install-vulkan-sdk-action#558
1 parent 5b2e88f commit eb79ff7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,9 @@ jobs:
3030
with:
3131
vulkan_version: 1.4.321.0
3232
install_runtime: true
33-
cache: true
33+
# cache restore on mac is broken
34+
# see https://github.com/jakoch/install-vulkan-sdk-action/issues/558
35+
cache: ${{ runner.os != 'macOS' }}
3436
stripdown: true
3537
- if: ${{ runner.os == 'Linux' }}
3638
name: Linux - Install native dependencies

0 commit comments

Comments
 (0)