ci: Update to meson 1.5.1

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/-/merge_requests/1506>
This commit is contained in:
Sebastian Dröge 2024-08-05 11:21:50 +03:00 committed by Backport Bot
parent a5e10f416b
commit 4fe6fd83b0

View file

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