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