diff --git a/ci/images_template.yml b/ci/images_template.yml index cda4f3ecc..5fc1fe898 100644 --- a/ci/images_template.yml +++ b/ci/images_template.yml @@ -1,4 +1,4 @@ variables: - GST_RS_IMG_TAG: '2022-12-16.1' + GST_RS_IMG_TAG: '2022-12-16.2' GST_RS_STABLE: '1.66.0' GST_RS_MSRV: '1.63.0' diff --git a/ci/install-gst.sh b/ci/install-gst.sh index 8a335d966..67d765e98 100755 --- a/ci/install-gst.sh +++ b/ci/install-gst.sh @@ -35,6 +35,7 @@ meson setup build \ $PLUGINS meson compile -C build meson install -C build +ldconfig cd .. rm -rf gstreamer/ diff --git a/ci/install-gtk4.sh b/ci/install-gtk4.sh index 5999aae2d..a37b133d9 100644 --- a/ci/install-gtk4.sh +++ b/ci/install-gtk4.sh @@ -13,5 +13,6 @@ meson setup build \ -Dwayland-protocols:tests=false meson compile -C build meson install -C build +ldconfig cd .. rm -rf gtk/