Skip to content

Commit

Permalink
use ninja for mingw
Browse files Browse the repository at this point in the history
Vano committed Feb 19, 2024
1 parent 14f5964 commit 6d3bb1a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -58,7 +58,7 @@ jobs:
flags: use_mingw=yes
run-tests: false
cache-name: windows-x86_64-mingw
cmake-generator: "MinGW Makefiles"
cmake-generator: "Ninja Multi-Config"
#
# - name: 🍎 macOS (universal)
# os: macos-11
@@ -157,7 +157,6 @@ jobs:
uses: ssrobins/install-cmake@v1

- name: Install Ninja
if: ${{ matrix.platform != 'windows' }}
uses: ashutoshvarma/setup-ninja@master

- name: Setup CMake

0 comments on commit 6d3bb1a

Please sign in to comment.