mirror of
https://github.com/ggerganov/whisper.cpp.git
synced 2025-04-02 12:08:00 +02:00
ci : msys enable SDL2 build (#2635)
This commit is contained in:
parent
acc4e13dee
commit
47f989f9b3
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -283,7 +283,7 @@ jobs:
|
||||
- name: Build using CMake
|
||||
shell: msys2 {0}
|
||||
run: |
|
||||
cmake -B build
|
||||
cmake -B build -DWHISPER_SDL2=ON
|
||||
cmake --build build --config ${{ matrix.build }} -j $(nproc)
|
||||
|
||||
- name: Clean after building using CMake
|
||||
|
Loading…
Reference in New Issue
Block a user