Commit b99c678
committed
fix(ci): use Vulkan SDK 1.4.313.2 via LunarG installer for Windows Vulkan build
The Windows Vulkan whisper-server build failed at configure with
'Could not find a package configuration file provided by SPIRV-Headers'.
ggml-vulkan does find_package(SPIRV-Headers CONFIG REQUIRED); the jakoch
action's SDK 1.3.290.0 install does not ship SPIRV-HeadersConfig.cmake.
Switch to llama.cpp's proven recipe: install SDK 1.4.313.2 via the direct
LunarG installer (full default install), which provides the SPIRV-Headers
CMake config. Also self-busts the version-keyed SDK cache.1 parent 5fd5e34 commit b99c678
1 file changed
Lines changed: 9 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
561 | 561 | | |
562 | 562 | | |
563 | 563 | | |
564 | | - | |
565 | | - | |
566 | | - | |
567 | | - | |
568 | | - | |
569 | | - | |
| 564 | + | |
| 565 | + | |
| 566 | + | |
| 567 | + | |
| 568 | + | |
| 569 | + | |
| 570 | + | |
| 571 | + | |
| 572 | + | |
570 | 573 | | |
571 | 574 | | |
572 | 575 | | |
| |||
0 commit comments