Skip to content

Commit a868a44

Browse files
committed
GitHub Actions: add installation of dnf config-manager for CentOS 8
1 parent 52e8b97 commit a868a44

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ jobs:
3333
- name: Enable additional repositories (CentOS 8)
3434
if: startsWith(matrix.image, 'centos:8')
3535
run: |
36+
dnf install 'dnf-command(config-manager)'
3637
dnf config-manager --set-enabled AppStream PowerTools
3738
- name: Install dependencies for libfds and IPFIXcol2 (CentOS)
3839
if: startsWith(matrix.image, 'centos')

.github/workflows/packages.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ jobs:
102102
- name: Enable additional repositories (CentOS 8)
103103
if: startsWith(matrix.image, 'centos:8')
104104
run: |
105+
dnf install 'dnf-command(config-manager)'
105106
dnf config-manager --set-enabled AppStream PowerTools
106107
- name: Install dependencies for libfds and IPFIXcol2 (CentOS)
107108
if: startsWith(matrix.image, 'centos')

0 commit comments

Comments
 (0)