ci : msys enable SDL2 build (#2635)

This commit is contained in:
Georgi Gerganov 2024-12-18 12:52:41 +02:00 committed by GitHub
parent acc4e13dee
commit 47f989f9b3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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