Skip to content

Commit

Permalink
Try cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
mnightingale committed Oct 28, 2023
1 parent 85b54cf commit d520c26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand All @@ -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

0 comments on commit d520c26

Please sign in to comment.