github-ci: fix centos 8 build

The "PowerTools" repo that we need to enable has been renamed
to "powertools".
pull/5644/head
Jason Ish 6 years ago committed by Victor Julien
parent f2ab5803fb
commit f09536a936

@ -174,7 +174,7 @@ jobs:
- name: Install system packages - name: Install system packages
run: | run: |
yum -y install dnf-plugins-core yum -y install dnf-plugins-core
yum config-manager --set-enabled PowerTools yum config-manager --set-enabled powertools
yum -y install \ yum -y install \
autoconf \ autoconf \
automake \ automake \

Loading…
Cancel
Save