]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
github-ci: fix centos 8 build
authorJason Ish <jason.ish@oisf.net>
Tue, 8 Dec 2020 15:34:52 +0000 (09:34 -0600)
committerVictor Julien <victor@inliniac.net>
Thu, 14 Jan 2021 09:08:41 +0000 (10:08 +0100)
The "PowerTools" repo that we need to enable has been renamed
to "powertools".

(cherry picked from commit f09536a936e18cf008ea6457220f6d5600602e7a)

.github/workflows/builds.yml

index 498efd76792cc91935a0faa5dc0147b7d30103cf..0155c81811f15f5ca08b78c8bb81e51260807024 100644 (file)
@@ -174,7 +174,7 @@ jobs:
       - name: Install system packages
         run: |
           yum -y install dnf-plugins-core
-          yum config-manager --set-enabled PowerTools
+          yum config-manager --set-enabled powertools
           yum -y install \
                 autoconf \
                 automake \