Skip to content

Commit ff7f59d

Browse files
committed
Test10
1 parent 890a2d3 commit ff7f59d

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/windows.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,13 @@ jobs:
3535
steps:
3636
- uses: actions/checkout@v4
3737

38+
- name: Check Vulkan SDK Cache
39+
id: cache-vulkan
40+
uses: actions/cache@v4
41+
with:
42+
path: ${{ env.VMA_VULKAN_SDK_PATH }}
43+
key: vulkan-sdk-${{ env.VMA_VULKAN_VERSION }}
44+
3845
- name: Prepare Vulkan SDK
3946
shell: pwsh
4047
run: |
@@ -46,13 +53,6 @@ jobs:
4653
Write-Host "Using cached Vulkan SDK"
4754
}
4855
49-
- name: Check Vulkan SDK Cache
50-
id: cache-vulkan
51-
uses: actions/cache@v4
52-
with:
53-
path: ${{ env.VMA_VULKAN_SDK_PATH }} # Cache after Vulkan SDK is extracted
54-
key: vulkan-sdk-${{ env.VMA_VULKAN_VERSION }}
55-
5656
- name: Configure CMake
5757
shell: pwsh
5858
run: |

0 commit comments

Comments
 (0)