From 891a768e1b4fb3679a939f70450b75d0c78ada41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Thu, 3 Nov 2022 17:03:26 +0200 Subject: [PATCH] ci: Update to meson 0.63.3 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 712d90e2f..2beb34082 100755 --- a/ci/install-gst.sh +++ b/ci/install-gst.sh @@ -1,6 +1,6 @@ set -e -pip3 install meson==0.63.2 +pip3 install meson==0.63.3 # gstreamer-rs already has a 'gstreamer' directory so don't clone there pushd .