mirror of
https://github.com/ggerganov/whisper.cpp.git
synced 2025-06-04 00:45:37 +02:00
ci : add BUILD_SHARED_LIBS=ON windows build option
This commit is contained in:
parent
14ffc5e282
commit
36fa375b81
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
@ -559,6 +559,7 @@ jobs:
|
|||||||
run: >
|
run: >
|
||||||
cmake -S . -B ./build -A ${{ matrix.arch }}
|
cmake -S . -B ./build -A ${{ matrix.arch }}
|
||||||
-DCMAKE_BUILD_TYPE=${{ matrix.build }}
|
-DCMAKE_BUILD_TYPE=${{ matrix.build }}
|
||||||
|
-DBUILD_SHARED_LIBS=ON
|
||||||
-DWHISPER_SDL2=${{ matrix.sdl2 }}
|
-DWHISPER_SDL2=${{ matrix.sdl2 }}
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
|
Loading…
x
Reference in New Issue
Block a user