Skip to content

Commit dc94e62

Browse files
ggerganovliuyang.marshall
authored andcommitted
ci : msys enable SDL2 build (ggml-org#2635)
1 parent 65d53a7 commit dc94e62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ jobs:
283283
- name: Build using CMake
284284
shell: msys2 {0}
285285
run: |
286-
cmake -B build
286+
cmake -B build -DWHISPER_SDL2=ON
287287
cmake --build build --config ${{ matrix.build }} -j $(nproc)
288288
289289
- name: Clean after building using CMake

0 commit comments

Comments
 (0)