Skip to content

Commit

Permalink
prod build
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcin Przepiorowski committed Nov 14, 2023
1 parent ed52ad6 commit 509af58
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -319,10 +319,11 @@ jobs:
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
# export OPENSSL_PREFIX=`brew --prefix [email protected]`
# echo $OPENSSL_PREFIX
# export LIBS="-d=$OPENSSL_PREFIX"
# $CELL/bin/cpanm --configure-args=$LIBS Filter::Crypto::Decrypt
$CELL/bin/cpanm Filter::Crypto::Decrypt
$CELL/bin/cpanm JSON
$CELL/bin/cpanm Date::Manip
# force requires after 1/1/2020 ?
Expand Down

0 comments on commit 509af58

Please sign in to comment.