Skip to content

Commit 0a5aff9

Browse files
committed
Test6
1 parent 2c08675 commit 0a5aff9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/windows.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ jobs:
3939
id: cache-vulkan
4040
uses: actions/cache@v4
4141
with:
42-
path: vulkan_sdk
43-
key: vulkan-sdk-${{env.VULKAN_SDK_VERSION}}
42+
path: ${{ env.VMA_VULKAN_SDK_PATH }} # Use absolute path for the cache
43+
key: vulkan-sdk-${{ env.VMA_VULKAN_VERSION }}
4444

4545
- name: Prepare Vulkan SDK
4646
shell: pwsh

0 commit comments

Comments
 (0)