test automatic vk shader rebuilding

This commit is contained in:
Concedo 2025-03-13 19:34:15 +08:00
parent e75539e8cb
commit 2c9ade61fe
9 changed files with 34 additions and 4 deletions

View file

@ -42,6 +42,12 @@ jobs:
wmic cpu get name
wmic os get TotalVisibleMemorySize, FreePhysicalMemory
- name: Rebuild Vulkan Shaders
id: make_vk_shaders
run: |
make vulkan_shaders_gen -j ${env:NUMBER_OF_PROCESSORS}
echo "Vulkan Shaders Rebuilt"
- name: Build Non-CUDA
id: make_build
run: |