Skip to content

Commit

Permalink
CI : setup ninja for mingw build
Browse files Browse the repository at this point in the history
  • Loading branch information
vaintroub committed Jul 31, 2023
1 parent 50ffb74 commit d1d4a36
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/mingw.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
- uses: seanmiddleditch/gha-setup-ninja@master
- name: configure
run: cmake . -GNinja -DCMAKE_C_COMPILER=gcc
- name: Build
Expand Down

0 comments on commit d1d4a36

Please sign in to comment.