Skip to content

Commit 0397a66

Browse files
authored
Update meson.yml
Add ninja version
1 parent 726c896 commit 0397a66

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/meson.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,14 @@ jobs:
3232
uses: BSFishy/meson-build@v1.0.3
3333
with:
3434
meson-version: 1.5.1
35+
ninja-version: 1.12.1
3536
action: build
3637

3738
- name: meson test
3839
uses: BSFishy/meson-build@v1.0.3
3940
with:
4041
meson-version: 1.5.1
42+
ninja-version: 1.12.1
4143
action: test
4244

4345
- name: clang-format

0 commit comments

Comments
 (0)