Skip to content

Commit ae61e9f

Browse files
committed
Test12
1 parent f9867d9 commit ae61e9f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/windows.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ jobs:
4242
path: ${{ env.VMA_VULKAN_SDK_PATH }}
4343
key: vulkan-sdk-${{ env.VMA_VULKAN_VERSION }}
4444

45-
- name: Prepare Vulkan SDK
45+
- name: Download Vulkan SDK
46+
if: steps.cache-vulkan.outputs.cache-hit != 'true'
4647
shell: pwsh
4748
run: |
4849
if (-Not (Test-Path ${{ env.VMA_VULKAN_SDK_PATH }})) {

0 commit comments

Comments
 (0)