ci : msys enable SDL2 build

This commit is contained in:
Georgi Gerganov 2024-12-16 08:59:45 +02:00
parent 199579652e
commit ff67d10f1c
No known key found for this signature in database
GPG Key ID: 449E073F9DC10735

View File

@ -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