mirror of
https://github.com/Kitware/CMake.git
synced 2025-10-14 02:08:27 +08:00
ci: install ncurses and Qt development into the Fedora 31 image
This commit is contained in:
@@ -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 \
|
||||
|
Reference in New Issue
Block a user