updated workflows

This commit is contained in:
Concedo
2025-03-19 21:56:35 +08:00
parent 9910f3abe0
commit 143b611274
7 changed files with 4 additions and 26 deletions
@@ -42,12 +42,6 @@ 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: |