From: Jason Ish Date: Tue, 8 Dec 2020 15:34:52 +0000 (-0600) Subject: github-ci: fix centos 8 build X-Git-Tag: suricata-7.0.0-beta1~1948 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F5644%2Fhead;p=thirdparty%2Fsuricata.git github-ci: fix centos 8 build The "PowerTools" repo that we need to enable has been renamed to "powertools". --- diff --git a/.github/workflows/builds.yml b/.github/workflows/builds.yml index 498efd7679..0155c81811 100644 --- a/.github/workflows/builds.yml +++ b/.github/workflows/builds.yml @@ -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 \