From ce9c1729b823ba81549747fc47998a73553efb0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Mon, 5 Aug 2024 11:21:50 +0300 Subject: [PATCH] ci: Update to meson 1.5.1 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 b64001903..1ec7a61c5 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.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 .