We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62eb6d8 commit 551005dCopy full SHA for 551005d
1 file changed
.github/workflows/meson.yml
@@ -34,7 +34,7 @@ jobs:
34
run: meson setup ${{github.workspace}}/build --buildtype ${{env.BUILD_TYPE}}
35
36
- name: Build
37
- run: meson compile -C ${{github.workspace}}/build
+ run: ninja -C ${{github.workspace}}/build
38
39
#- name: Test
40
# working-directory: ${{github.workspace}}/build
0 commit comments