From e294bb9713c543f7d027ead8134f9ba33e7aff66 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Thu, 22 Sep 2022 16:56:40 +0300 Subject: [PATCH] ci: Update to meson 0.63.2 for the image 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 10fe25f5b..712d90e2f 100755 --- a/ci/install-gst.sh +++ b/ci/install-gst.sh @@ -1,6 +1,6 @@ set -e -pip3 install meson==0.63.0 +pip3 install meson==0.63.2 # gstreamer-rs already has a 'gstreamer' directory so don't clone there pushd .