1
0
mirror of https://github.com/pavel-odintsov/fastnetmon synced 2024-11-26 13:14:31 +01:00

Added additional repos to pull perl-DateTime

This commit is contained in:
Pavel Odintsov 2022-12-02 18:31:24 +00:00
parent 0084036170
commit f1aa74de55

@ -273,7 +273,10 @@ jobs:
resource_class: large
steps:
- checkout
- run: yum install -y epel-release; true
- run: yum install -y epel-release
- run: yum install -y dnf-plugins-core; true
- run: dnf config-manager --set-enabled powertools; true;
- run: dnf config-manager --set-enabled crb; true
- run: yum install -y perl wget python3-pip perl-Archive-Tar perl-Env perl-DateTime
- run: pip3 install s3cmd
- run: