Skip to content

Commit

Permalink
github-ci: fix centos 8 build
Browse files Browse the repository at this point in the history
The "PowerTools" repo that we need to enable has been renamed
to "powertools".

(cherry picked from commit f09536a)
  • Loading branch information
jasonish authored and victorjulien committed Jan 14, 2021
1 parent 4c73891 commit febdd64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit febdd64

Please sign in to comment.