Skip to content

Commit

Permalink
ci: Use 'meson setup' command explicitly
Browse files Browse the repository at this point in the history
Fixes the following warning:

WARNING: Running the setup command as `meson [options]` instead of `meson setup [options]` is ambiguous and deprecated.
  • Loading branch information
sidt4 committed Aug 24, 2024
1 parent ed259a7 commit 7db3238
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ci/build-and-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ if [ -d "build" ]; then
fi
set -x

meson build \
meson setup build \
-Dlocal_checkout=true \
-Ddaemon_tests=true \
$@
Expand Down

0 comments on commit 7db3238

Please sign in to comment.