From ed00c01e04fa001e4d1c26fe71e533517c34ed08 Mon Sep 17 00:00:00 2001 From: Marcin Przepiorowski Date: Fri, 10 Nov 2023 14:29:41 +0000 Subject: [PATCH] debug build issue --- .github/workflows/develop.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/develop.yml b/.github/workflows/develop.yml index f4b2173..bc2df93 100644 --- a/.github/workflows/develop.yml +++ b/.github/workflows/develop.yml @@ -389,13 +389,14 @@ jobs: # cpanm --local-lib=~/perl5 local::lib # eval $(perl -I ~/perl5/lib/perl5/ -Mlocal::lib) # echo $PERL_MB_OPT - brew install openssl@1.1 + brew uninstall --ignore-dependencies openssl@1.1 + brew install openssl@1.1.1v $CELL/bin/cpanm Crypt::CBC@2.33 $CELL/bin/cpanm Crypt::Blowfish export OPENSSL_PREFIX=`brew --prefix openssl@1.1` echo $OPENSSL_PREFIX export LIBS="-d=$OPENSSL_PREFIX" - $CELL/bin/cpanm --configure-args=$LIBS Filter::Crypto::Decrypt@2.09 + $CELL/bin/cpanm --configure-args=$LIBS Filter::Crypto::Decrypt $CELL/bin/cpanm JSON $CELL/bin/cpanm Date::Manip # force requires after 1/1/2020 ?