Skip to content

Commit

Permalink
test(ci): generate perl-crypt-openssl-aes for el7
Browse files Browse the repository at this point in the history
  • Loading branch information
kduret committed Dec 19, 2024
1 parent c2d0a26 commit eccf0a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/perl-cpan-libraries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ jobs:
cpanm Module::Build::Tiny
cpanm Module::Install
cpanm MSCHWERN/ExtUtils-MakeMaker-6.64.tar.gz --notest
yum install -y perl-local-lib
yum install -y perl-local-lib openssl-devel
PERL_CPANM_OPT="--notest --skip-installed --skip-satisfied" fpm -s cpan -t ${{ matrix.package_extension }} --rpm-dist ${{ matrix.distrib }} --verbose --cpan-verbose --no-cpan-test$PACKAGE_DEPENDENCIES$PACKAGE_PROVIDES$PACKAGE_VERSION ${{ matrix.name }}
shell: bash
Expand Down

0 comments on commit eccf0a1

Please sign in to comment.