ci/build: Use meson compile rather than ninja

This commit is contained in:
Marco Trevisan (Treviño)
2026-07-24 10:44:26 +00:00
committed by Marco Trevisan
parent 1b9bee4b6d
commit ffdb0a84b8
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ fi
if ! diff -u "$MESON_SOURCE_ROOT/data/autosuspend.hwdb" "$generated_rules"; then
echo "E: Autosuspend file needs to be re-generated!"
echo " ninja -C $MESON_BUILD_ROOT sync-udev-hwdb"
echo " meson compile -C $MESON_BUILD_ROOT sync-udev-hwdb"
exit 1
fi