mirror of
https://github.com/Kitware/CMake.git
synced 2025-10-16 14:08:35 +08:00
ci: install ncurses and Qt development into the Fedora 31 image
This commit is contained in:
@@ -1,8 +1,10 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
# Install build requirements.
|
# Install build requirements.
|
||||||
dnf install -y \
|
dnf install --setopt=install_weak_deps=False -y \
|
||||||
openssl-devel
|
ncurses-devel \
|
||||||
|
openssl-devel \
|
||||||
|
qt5-qtbase-devel
|
||||||
|
|
||||||
# Install development tools.
|
# Install development tools.
|
||||||
dnf install --setopt=install_weak_deps=False -y \
|
dnf install --setopt=install_weak_deps=False -y \
|
||||||
|
Reference in New Issue
Block a user