Skip to content

Commit 36fa375

Browse files
committed
ci : add BUILD_SHARED_LIBS=ON windows build option
1 parent 14ffc5e commit 36fa375

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -559,6 +559,7 @@ jobs:
559559
run: >
560560
cmake -S . -B ./build -A ${{ matrix.arch }}
561561
-DCMAKE_BUILD_TYPE=${{ matrix.build }}
562+
-DBUILD_SHARED_LIBS=ON
562563
-DWHISPER_SDL2=${{ matrix.sdl2 }}
563564
564565
- name: Build

0 commit comments

Comments
 (0)