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 3333 - name : Enable additional repositories (CentOS 8)
3434 if : startsWith(matrix.image, 'centos:8')
3535 run : |
36- dnf install 'dnf-command(config-manager)'
36+ dnf -y install 'dnf-command(config-manager)'
3737 dnf config-manager --set-enabled AppStream PowerTools
3838 - name : Install dependencies for libfds and IPFIXcol2 (CentOS)
3939 if : startsWith(matrix.image, 'centos')
Original file line number Diff line number Diff line change @@ -102,7 +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)'
105+ dnf -y install 'dnf-command(config-manager)'
106106 dnf config-manager --set-enabled AppStream PowerTools
107107 - name : Install dependencies for libfds and IPFIXcol2 (CentOS)
108108 if : startsWith(matrix.image, 'centos')
You can’t perform that action at this time.
0 commit comments