From 847e8002691ed75b96c9e5bfd3cf9ef6e94aeefd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Thu, 13 Jan 2022 19:56:29 +0200 Subject: [PATCH] ci: Update to meson 0.60.3 --- 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 3eb60810f..b80085cf7 100755 --- a/ci/install-gst.sh +++ b/ci/install-gst.sh @@ -1,6 +1,6 @@ set -e -pip3 install meson==0.60.0 +pip3 install meson==0.60.3 # gstreamer-rs already has a 'gstreamer' directory so don't clone there pushd .