]> 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>
Sat, 12 Dec 2020 07:12:08 +0000 (08:12 +0100)
The "PowerTools" repo that we need to enable has been renamed
to "powertools".

.github/workflows/builds.yml

index 54cd52e9d346e5107c32fc5c48fa7c78ee176199..aa7fd89e3f36b0e6043b1b1e0deba3404f4c099f 100644 (file)
@@ -129,7 +129,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 \