Skip to content

Commit c3a94a4

Browse files
committed
Use ninja -C build in Meson CI
1 parent e3b9c4e commit c3a94a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/meson.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
run: meson setup build --buildtype=release
2121

2222
- name: Build
23-
run: meson compile -C build
23+
run: ninja -C build
2424

2525
- name: Test
2626
run: meson test -C build

0 commit comments

Comments
 (0)