diff --git a/ci/images_template.yml b/ci/images_template.yml index 639d33c0a..38dbb567e 100644 --- a/ci/images_template.yml +++ b/ci/images_template.yml @@ -1,4 +1,4 @@ variables: - GST_RS_IMG_TAG: '2022-05-03.0' + GST_RS_IMG_TAG: '2022-05-10.0' GST_RS_STABLE: '1.60.0' GST_RS_MSRV: '1.57.0' diff --git a/ci/install-gst.sh b/ci/install-gst.sh index 41623a01f..3e7a7029b 100755 --- a/ci/install-gst.sh +++ b/ci/install-gst.sh @@ -15,4 +15,7 @@ meson build -D prefix=/usr/local -D devtools=disabled -D examples=disabled -D gt ninja -C build ninja -C build install +cd .. +rm -rf gstreamer/ + popd diff --git a/ci/install-gtk4.sh b/ci/install-gtk4.sh index 76a1d5c4e..c3dc2ccb5 100644 --- a/ci/install-gtk4.sh +++ b/ci/install-gtk4.sh @@ -8,3 +8,4 @@ meson build -D prefix=/usr/local -Dbuild-tests=false ninja -C build ninja -C build install cd .. +rm -rf gtk/