ci : add -DGGML_NATIVE=OFF to windows job
This commit is contained in:
parent
ad6274f881
commit
661c9e2981
|
|
@ -634,6 +634,7 @@ jobs:
|
|||
-DCMAKE_BUILD_TYPE=${{ matrix.build }}
|
||||
-DBUILD_SHARED_LIBS=ON
|
||||
-DWHISPER_SDL2=${{ matrix.sdl2 }}
|
||||
-DGGML_NATIVE=OFF
|
||||
|
||||
- name: Build
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Reference in New Issue