From: W.C.A. Wijngaards Date: Thu, 24 Jun 2021 15:23:51 +0000 (+0200) Subject: Analysis workflow, install missing module. X-Git-Tag: release-1.13.2rc1~99 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=385d87b543f2de8e0505ca5c4df497cf97195a11;p=thirdparty%2Funbound.git Analysis workflow, install missing module. --- diff --git a/.github/workflows/analysis_ports.yml b/.github/workflows/analysis_ports.yml index ebac658c5..352163b24 100644 --- a/.github/workflows/analysis_ports.yml +++ b/.github/workflows/analysis_ports.yml @@ -255,6 +255,10 @@ jobs: #export PERL5LIB="/c/Strawberry/perl/lib" #export PERL5LIB="/usr/share/perl5/lib:/usr/share/perl5/vendor:/usr/share/perl5/site" #echo PERL5LIB="$PERL5LIB" + echo "cpan" + cpan POD::Usage + echo "perl MCPAN" + perl -MCPAN -e "CPAN::Shell->force(qw(install POD::Usage));" ./Configure no-shared no-asm -DOPENSSL_NO_CAPIENG mingw64 --prefix="/$prepath/openssl" make make install_sw