File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 \
Original file line number Diff line number Diff line change 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 : |
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 : |
You can’t perform that action at this time.
0 commit comments