From 8ef5a045c1bba191f4d5ab8ec37d1b64bcafd9e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Thu, 9 Mar 2023 17:09:31 +0200 Subject: [PATCH] ci: Update to meson 1.0.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 b4ef07519..b44b8f438 100755 --- a/ci/install-gst.sh +++ b/ci/install-gst.sh @@ -2,7 +2,7 @@ set -e -pip3 install meson==1.0.0 +pip3 install meson==1.0.1 # gstreamer-rs already has a 'gstreamer' directory so don't clone there pushd .