From: Jason Ish Date: Tue, 8 Dec 2020 15:34:52 +0000 (-0600) Subject: github-ci: fix centos 8 build X-Git-Tag: suricata-5.0.6~43 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0506eab3c78df9faf5ed40d7df6df1b326149c52;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 54cd52e9d3..aa7fd89e3f 100644 --- a/.github/workflows/builds.yml +++ b/.github/workflows/builds.yml @@ -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 \