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

.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 \