ci : add -DGGML_NATIVE=OFF to windows job

This commit is contained in:
Daniel Bevenius 2026-04-20 12:40:38 +02:00
parent ad6274f881
commit 661c9e2981
No known key found for this signature in database
1 changed files with 1 additions and 0 deletions

View File

@ -634,6 +634,7 @@ jobs:
-DCMAKE_BUILD_TYPE=${{ matrix.build }}
-DBUILD_SHARED_LIBS=ON
-DWHISPER_SDL2=${{ matrix.sdl2 }}
-DGGML_NATIVE=OFF
- name: Build
run: |