chore(ci): Always update libv4l

This commit is contained in:
Kyle Gospodnetich 2024-08-08 21:57:29 -07:00
parent cb4bdc987f
commit 1cee57f83e

View File

@ -150,6 +150,11 @@ RUN --mount=type=cache,dst=/var/cache/rpm-ostree \
libX11-common \
libX11-xcb \
|| true && \
rpm-ostree override replace \
--experimental \
--from repo=updates \
libv4l \
|| true && \
rpm-ostree override remove \
glibc32 \
|| true && \