We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed52ad6 commit 509af58Copy full SHA for 509af58
.github/workflows/build.yml
@@ -319,10 +319,11 @@ jobs:
319
brew install openssl@1.1
320
$CELL/bin/cpanm Crypt::CBC@2.33
321
$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
+ # 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
326
+ $CELL/bin/cpanm Filter::Crypto::Decrypt
327
$CELL/bin/cpanm JSON
328
$CELL/bin/cpanm Date::Manip
329
# force requires after 1/1/2020 ?
0 commit comments