Skip to content

Commit

Permalink
ci : msys enable SDL2 build (#2635)
Browse files Browse the repository at this point in the history
  • Loading branch information
ggerganov authored Dec 18, 2024
1 parent acc4e13 commit 47f989f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 47f989f

Please sign in to comment.