ci: install ncurses and Qt development into the Fedora 31 image

This commit is contained in:
Ben Boeckel
2020-06-01 06:53:39 -04:00
parent f179c1692e
commit ef5685ec59
+4 -2
View File
@@ -1,8 +1,10 @@
#!/bin/sh
# Install build requirements.
dnf install -y \
openssl-devel
dnf install --setopt=install_weak_deps=False -y \
ncurses-devel \
openssl-devel \
qt5-qtbase-devel
# Install development tools.
dnf install --setopt=install_weak_deps=False -y \