Spaces:
Running
Running
ci : msys enable SDL2 build (#2635)
Browse files
.github/workflows/build.yml
CHANGED
|
@@ -283,7 +283,7 @@ jobs:
|
|
| 283 |
- name: Build using CMake
|
| 284 |
shell: msys2 {0}
|
| 285 |
run: |
|
| 286 |
-
cmake -B build
|
| 287 |
cmake --build build --config ${{ matrix.build }} -j $(nproc)
|
| 288 |
|
| 289 |
- name: Clean after building using CMake
|
|
|
|
| 283 |
- name: Build using CMake
|
| 284 |
shell: msys2 {0}
|
| 285 |
run: |
|
| 286 |
+
cmake -B build -DWHISPER_SDL2=ON
|
| 287 |
cmake --build build --config ${{ matrix.build }} -j $(nproc)
|
| 288 |
|
| 289 |
- name: Clean after building using CMake
|