Skip to content

Commit 86b75ff

Browse files
committed
Revert "ci : use OpenBLAS_DIR"
This reverts commit 4c4b892.
1 parent 4c4b892 commit 86b75ff

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/build.yml

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

690691
- name: Copy SDL2.dll
691692
if: matrix.sdl2 == 'ON'

0 commit comments

Comments
 (0)