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