Skip to content

Commit

Permalink
debug build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcin Przepiorowski committed Nov 10, 2023
1 parent 354b280 commit ed00c01
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 [email protected]
brew uninstall --ignore-dependencies [email protected]
brew install [email protected]
$CELL/bin/cpanm Crypt::[email protected]
$CELL/bin/cpanm Crypt::Blowfish
export OPENSSL_PREFIX=`brew --prefix [email protected]`
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 ?
Expand Down

0 comments on commit ed00c01

Please sign in to comment.