From b46cec7fed2a0454ac6c056bb2f0ba44926177b4 Mon Sep 17 00:00:00 2001 From: Kevin Duret Date: Thu, 19 Dec 2024 11:45:33 +0100 Subject: [PATCH] test(ci): generate perl-crypt-openssl-aes for el7 --- .github/workflows/perl-cpan-libraries.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/perl-cpan-libraries.yml b/.github/workflows/perl-cpan-libraries.yml index 2adfb65233..a1be583334 100644 --- a/.github/workflows/perl-cpan-libraries.yml +++ b/.github/workflows/perl-cpan-libraries.yml @@ -61,6 +61,10 @@ jobs: steps: - run: git clone https://github.com/centreon/centreon-plugins.git --branch generate-perl-crypt-openssl-aes --single-branch + - run: | + curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.3/install.sh | bash + source ~/.bashrc + nvm install 16 - uses: actions/upload-artifact@v3.1.3 with: name: test