Skip to content

Commit 509af58

Browse files
author
Marcin Przepiorowski
committed
prod build
1 parent ed52ad6 commit 509af58

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -319,10 +319,11 @@ jobs:
319319
brew install openssl@1.1
320320
$CELL/bin/cpanm Crypt::CBC@2.33
321321
$CELL/bin/cpanm Crypt::Blowfish
322-
export OPENSSL_PREFIX=`brew --prefix openssl@1.1`
323-
echo $OPENSSL_PREFIX
324-
export LIBS="-d=$OPENSSL_PREFIX"
325-
$CELL/bin/cpanm --configure-args=$LIBS Filter::Crypto::Decrypt
322+
# export OPENSSL_PREFIX=`brew --prefix openssl@1.1`
323+
# echo $OPENSSL_PREFIX
324+
# export LIBS="-d=$OPENSSL_PREFIX"
325+
# $CELL/bin/cpanm --configure-args=$LIBS Filter::Crypto::Decrypt
326+
$CELL/bin/cpanm Filter::Crypto::Decrypt
326327
$CELL/bin/cpanm JSON
327328
$CELL/bin/cpanm Date::Manip
328329
# force requires after 1/1/2020 ?

0 commit comments

Comments
 (0)