ci: Update to meson 1.6.0

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/-/merge_requests/1604>
This commit is contained in:
Sebastian Dröge 2024-11-29 09:48:41 +02:00
parent 477f028873
commit 7241517e7e

View file

@ -4,7 +4,7 @@ set -e
DEFAULT_BRANCH="$GST_UPSTREAM_BRANCH"
pip3 install meson==1.5.2 --break-system-packages
pip3 install meson==1.6.0 --break-system-packages
# gstreamer-rs already has a 'gstreamer' directory so don't clone there
pushd .