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

Added libdatetime-perl as dependency for build_all_fastnetmon_dependencies.pl

This commit is contained in:
Pavel Odintsov 2022-12-02 14:30:46 +00:00
parent 58a8f9147b
commit cb33195b70

@ -153,7 +153,7 @@ jobs:
steps:
- checkout
- run: apt-get update; true
- run: apt-get install -y perl wget python3-pip
- run: apt-get install -y perl wget python3-pip libdatetime-perl
- run: pip3 install s3cmd
- run:
name: install_required_packages
@ -215,7 +215,7 @@ jobs:
steps:
- checkout
- run: apt-get update; true
- run: apt-get install -y perl wget python3-pip
- run: apt-get install -y perl wget python3-pip libdatetime-perl
- run: pip3 install s3cmd
- run:
name: install_required_packages
@ -273,7 +273,7 @@ jobs:
resource_class: large
steps:
- checkout
- run: yum install -y perl wget python3-pip perl-Archive-Tar perl-Env
- run: yum install -y perl wget python3-pip perl-Archive-Tar perl-Env libdatetime-perl
- run: pip3 install s3cmd
- run:
name: install_required_packages