mirror of
https://github.com/ggerganov/whisper.cpp.git
synced 2025-04-10 18:48:21 +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: >
|
||||
cmake -S . -B ./build -A ${{ matrix.arch }}
|
||||
-DCMAKE_BUILD_TYPE=${{ matrix.build }}
|
||||
-DBUILD_SHARED_LIBS=ON
|
||||
-DWHISPER_SDL2=${{ matrix.sdl2 }}
|
||||
|
||||
- name: Build
|
||||
|
Loading…
Reference in New Issue
Block a user