Skip to content

Commit 52e8b97

Browse files
committed
README, GitHub actions: replace yum with dnf
1 parent cf33afa commit 52e8b97

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/main.yml

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

.github/workflows/packages.yml

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

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ Second, install build dependencies of the collector
8989

9090
.. code-block::
9191
92-
yum config-manager --set-enabled AppStream PowerTools
92+
dnf config-manager --set-enabled AppStream PowerTools
9393
9494
**Debian/Ubuntu:**
9595

0 commit comments

Comments
 (0)