Skip to content

Commit

Permalink
Use ninja -C build in Meson CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Tachi107 committed Feb 28, 2021
1 parent e3b9c4e commit c3a94a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/meson.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run: meson setup build --buildtype=release

- name: Build
run: meson compile -C build
run: ninja -C build

- name: Test
run: meson test -C build
Expand Down

0 comments on commit c3a94a4

Please sign in to comment.