From a5fa1dab791583a6c5a222eb7bf434766c7959f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Thu, 1 Jun 2023 20:10:38 +0300 Subject: [PATCH] ci: Update to meson 1.1.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 d2ec60e4b..b4022f325 100755 --- a/ci/install-gst.sh +++ b/ci/install-gst.sh @@ -2,7 +2,7 @@ set -e -pip3 install meson==1.0.1 --break-system-packages +pip3 install meson==1.1.1 --break-system-packages # gstreamer-rs already has a 'gstreamer' directory so don't clone there pushd .