ci: fix vulkan llvmpipe runs (#26533)

This commit is contained in:
Eve 2026-08-04 03:28:57 +00:00 committed by GitHub
parent 6c8dcaa7ae
commit 22dc605c4e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -119,6 +119,7 @@ jobs:
run: |
source ./vulkan_sdk/setup-env.sh
cmake -B build \
-DGGML_NATIVE=OFF \
-DGGML_VULKAN=ON
cmake --build build --config Release -j $(nproc)