Skip to content

Commit 4f4ae5e

Browse files
committed
ci : add GGML_NATIVE=OFF and GGML_BMI2=OFF to windows-blas
1 parent 86c40c3 commit 4f4ae5e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -287,6 +287,8 @@ jobs:
287287
-DBLAS_LIBRARIES="$env:GITHUB_WORKSPACE/OpenBLAS-${{matrix.blasver}}/lib/libopenblas.lib"
288288
-DBLAS_INCLUDE_DIRS="$env:GITHUB_WORKSPACE/OpenBLAS-${{matrix.blasver}}/include"
289289
-DWHISPER_SDL2=${{ matrix.sdl2 }}
290+
-DGGML_NATIVE=OFF
291+
-DGGML_BMI2=OFF
290292
291293
- name: Build
292294
run: |

0 commit comments

Comments
 (0)