Updated Vulkan SDK version in windows.yaml to 1.4.350.0 In hope to fix the CI build on Windows.
diff --git a/.github/workflows/windows.yaml b/.github/workflows/windows.yaml index d985da3..3315982 100644 --- a/.github/workflows/windows.yaml +++ b/.github/workflows/windows.yaml
@@ -6,7 +6,7 @@ types: [opened, synchronize, reopened] env: - VMA_VULKAN_VERSION: "1.3.283.0" + VMA_VULKAN_VERSION: "1.4.350.0" VMA_VULKAN_SDK_PATH: ${{ github.workspace }}/vulkan_sdk jobs: