Skip to content

Commit 769f03b

Browse files
committed
Test8
1 parent 30746e8 commit 769f03b

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
@@ -7,7 +7,7 @@ on:
77

88
env:
99
VMA_VULKAN_VERSION: "1.3.283.0"
10-
VMA_VULKAN_SDK_PATH: "$GITHUB_WORKSPACE/../vulkan_sdk/"
10+
VMA_VULKAN_SDK_PATH: "$GITHUB_WORKSPACE/vulkan_sdk" # Move SDK to within the workspace
1111

1212
jobs:
1313
windows:
@@ -39,7 +39,7 @@ jobs:
3939
id: cache-vulkan
4040
uses: actions/cache@v4
4141
with:
42-
path: ${{ env.VMA_VULKAN_SDK_PATH }} # Use absolute path for the cache
42+
path: ${{ env.VMA_VULKAN_SDK_PATH }} # Ensure path is inside the workspace
4343
key: vulkan-sdk-${{ env.VMA_VULKAN_VERSION }}
4444

4545
- name: Prepare Vulkan SDK

0 commit comments

Comments
 (0)