ci: Update to meson 1.7.0

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/-/merge_requests/1653>
This commit is contained in:
Sebastian Dröge 2025-02-21 09:19:09 +02:00 committed by Backport Bot
parent fb11b22dc5
commit f2b93030dd

View file

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