File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 3636 if : startsWith(matrix.image, 'centos:8')
3737 run : |
3838 dnf -y install 'dnf-command(config-manager)'
39- dnf config-manager --set-enabled AppStream PowerTools
39+ dnf config-manager --set-enabled appstream powertools
4040 - name : Install dependencies for libfds and IPFIXcol2 (CentOS)
4141 if : startsWith(matrix.image, 'centos')
4242 run : |
Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ jobs:
105105 if : startsWith(matrix.image, 'centos:8')
106106 run : |
107107 dnf -y install 'dnf-command(config-manager)'
108- dnf config-manager --set-enabled AppStream PowerTools
108+ dnf config-manager --set-enabled appstream powertools
109109 - name : Install dependencies for libfds and IPFIXcol2 (CentOS)
110110 if : startsWith(matrix.image, 'centos')
111111 run : |
You can’t perform that action at this time.
0 commit comments