Skip to content

Commit 890a2d3

Browse files
committed
Test9
1 parent 769f03b commit 890a2d3

2 files changed

Lines changed: 7 additions & 8 deletions

File tree

.github/workflows/static_code_analysis.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ jobs:
6868
parallel -0 clang-tidy -p build {} |
6969
tee output || true
7070
71-
# Summarize warnings
7271
- name: Summarize clang-tidy warnings
7372
run: |
7473
grep -hEo '\[[a-z0-9]+-[a-z0-9-]+\]' output \

.github/workflows/windows.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,6 @@ 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 }} # Ensure path is inside the workspace
43-
key: vulkan-sdk-${{ env.VMA_VULKAN_VERSION }}
44-
4538
- name: Prepare Vulkan SDK
4639
shell: pwsh
4740
run: |
@@ -53,6 +46,13 @@ jobs:
5346
Write-Host "Using cached Vulkan SDK"
5447
}
5548
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)