Skip to content

Commit b2af088

Browse files
committed
ci: don't cache vulkan sdk on mac, restore is broken
see jakoch/install-vulkan-sdk-action#558
1 parent 7fc0591 commit b2af088

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
with:
3131
vulkan_version: 1.4.321.0
3232
install_runtime: true
33-
cache: true
33+
cache: ${{ runner.os != 'macOS' }}
3434
stripdown: true
3535
- if: ${{ runner.os == 'Linux' }}
3636
name: Linux - Install native dependencies

0 commit comments

Comments
 (0)