diff options
Diffstat (limited to 'check.sh')
| -rwxr-xr-x | check.sh | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -22,4 +22,5 @@ meson test -C ${build} || exit $? rm -rf ${build} -meson format --recursive --check-only || exit $? +# hack to make sure we use the system meson, since meson format from git is broken +/usr/bin/meson format --recursive --check-only || exit $? |
