Update meson.yml

Add ninja version
This commit is contained in:
Jordan Bayles 2024-09-09 16:47:19 -07:00 committed by GitHub
parent 726c896882
commit 0397a66c23
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -32,12 +32,14 @@ jobs:
uses: BSFishy/meson-build@v1.0.3
with:
meson-version: 1.5.1
ninja-version: 1.12.1
action: build
- name: meson test
uses: BSFishy/meson-build@v1.0.3
with:
meson-version: 1.5.1
ninja-version: 1.12.1
action: test
- name: clang-format