diff --git a/ci/fedora-packages.sh b/ci/fedora-packages.sh index b9da8e0c2ca77afe4a13756eb8f30ced55114a16..ce977693aaf57e4fb9739ba0f2663ea220367df5 100755 --- a/ci/fedora-packages.sh +++ b/ci/fedora-packages.sh @@ -5,7 +5,7 @@ if [[ -f /usr/bin/dnf ]]; then dnf install -y dnf-plugins-core git rpm-build which tree python2 \ cmake make gcc gcc-c++ else + yum install -y epel-rpm-macros yum install -y yum-utils git rpm-build make which tree python2 \ cmake cmake3 make gcc gcc-c++ fi -