From: Georgi Gerganov Date: Wed, 18 Dec 2024 10:52:41 +0000 (+0200) Subject: ci : msys enable SDL2 build (#2635) X-Git-Tag: upstream/1.7.4~47 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=47f989f9b3adb7c9b902764f34a9ff6f084b62fe;p=pkg%2Fggml%2Fsources%2Fwhisper.cpp ci : msys enable SDL2 build (#2635) --- diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 953cb1e1..f48fc7ca 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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