From 37409be8bc491028862701adf92251a4281e8fd4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Tue, 24 Jan 2023 12:53:06 +0200 Subject: [PATCH] ci: Update to meson 1.0.0 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 9a3769d84..b4ef07519 100755 --- a/ci/install-gst.sh +++ b/ci/install-gst.sh @@ -2,7 +2,7 @@ set -e -pip3 install meson==0.64.1 +pip3 install meson==1.0.0 # gstreamer-rs already has a 'gstreamer' directory so don't clone there pushd .