Skip to content

Commit 551005d

Browse files
authored
Do not use meson compile
The minimum version required by libdsm which we use here did not support that subcommand.
1 parent 62eb6d8 commit 551005d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/meson.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
run: meson setup ${{github.workspace}}/build --buildtype ${{env.BUILD_TYPE}}
3535

3636
- name: Build
37-
run: meson compile -C ${{github.workspace}}/build
37+
run: ninja -C ${{github.workspace}}/build
3838

3939
#- name: Test
4040
# working-directory: ${{github.workspace}}/build

0 commit comments

Comments
 (0)