We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9867d9 commit ae61e9fCopy full SHA for ae61e9f
1 file changed
.github/workflows/windows.yaml
@@ -42,7 +42,8 @@ jobs:
42
path: ${{ env.VMA_VULKAN_SDK_PATH }}
43
key: vulkan-sdk-${{ env.VMA_VULKAN_VERSION }}
44
45
- - name: Prepare Vulkan SDK
+ - name: Download Vulkan SDK
46
+ if: steps.cache-vulkan.outputs.cache-hit != 'true'
47
shell: pwsh
48
run: |
49
if (-Not (Test-Path ${{ env.VMA_VULKAN_SDK_PATH }})) {
0 commit comments