Skip to content

Commit 4c4b892

Browse files
committed
ci : use OpenBLAS_DIR
1 parent 739403d commit 4c4b892

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -675,8 +675,7 @@ jobs:
675675
-DCMAKE_BUILD_TYPE=${{ matrix.build }}
676676
-DGGML_BLAS=${{ matrix.blas }}
677677
-DGGML_BLAS_VENDOR=OpenBLAS
678-
-DBLAS_LIBRARIES="OpenBLAS-${{matrix.blasver}}/lib/libopenblas.lib"
679-
-DBLAS_INCLUDE_DIRS="OpenBLAS-${{matrix.blasver}}/include"
678+
-DOpenBLAS_DIR="OpenBLAS-${{matrix.blasver}}/lib/cmake/openblas"
680679
-DWHISPER_SDL2=${{ matrix.sdl2 }}
681680
682681
- name: Build
@@ -686,7 +685,7 @@ jobs:
686685
687686
- name: Copy openblas.dll
688687
if: matrix.blas == 'ON'
689-
run: copy "C:/vcpkg/packages/openblas_${{ matrix.s2arc }}-windows/bin/openblas.dll" build/bin/${{ matrix.build }}
688+
run: copy "OpenBLAS-${{matrix.blasver}}/bin/libopenblas.dll" build/bin/${{ matrix.build }}
690689

691690
- name: Copy SDL2.dll
692691
if: matrix.sdl2 == 'ON'

0 commit comments

Comments
 (0)