ci: add dependencies for the test suite to the Fedora image

This commit is contained in:
Ben Boeckel
2020-05-08 12:48:46 -04:00
parent d5438f783a
commit 3e1a1ba92d

View File

@@ -17,4 +17,9 @@ dnf install --setopt=install_weak_deps=False -y \
texinfo \
qt5-qttools-devel
# Tools needed for the test suite.
dnf install --setopt=install_weak_deps=False -y \
findutils \
file
dnf clean all