diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f5911c3..b26d988 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -68,7 +68,7 @@ jobs: with: update: true install: >- - mingw-w64-x86_64-ninja + mingw-w64-x86_64-cmake - name: Put MSYS2_MinGW64 on PATH if: matrix.os == 'windows-latest' @@ -77,5 +77,5 @@ jobs: - name: Build windows if: matrix.os == 'windows-latest' run: | - cmake -GNinja -S rapidyenc -B rapidyenc/build + cmake -S rapidyenc -B rapidyenc/build cmake --build rapidyenc/build --config Release --target rapidyenc_static \ No newline at end of file