From 9b01dffc63df2e7a0e6b2508c85351a309744381 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Wed, 21 May 2025 12:38:57 +0300 Subject: [PATCH] ci: Update to meson 1.7.2 Part-of: --- ci/install-gst.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/install-gst.sh b/ci/install-gst.sh index cb3b2b6f0..43a75a41c 100755 --- a/ci/install-gst.sh +++ b/ci/install-gst.sh @@ -4,7 +4,7 @@ set -e DEFAULT_BRANCH="$GST_UPSTREAM_BRANCH" -pip3 install meson==1.7.1 --break-system-packages +pip3 install meson==1.7.2 --break-system-packages # gstreamer-rs already has a 'gstreamer' directory so don't clone there pushd .