File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change 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')
Original file line number Diff line number Diff 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')
You can’t perform that action at this time.
0 commit comments