File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -316,7 +316,7 @@ jobs:
316
316
#brew install cpanminus
317
317
CELL=`brew --prefix perl`
318
318
$CELL/bin/perl -MCPAN -e 'install App::cpanminus'
319
- brew install openssl@1.1
319
+ # brew install openssl@1.1
320
320
$CELL/bin/cpanm Crypt::CBC@2.33
321
321
$CELL/bin/cpanm Crypt::Blowfish
322
322
# export OPENSSL_PREFIX=`brew --prefix openssl@1.1`
@@ -332,7 +332,7 @@ jobs:
332
332
$CELL/bin/cpanm DateTime::Format::DateParse
333
333
$CELL/bin/cpanm Text::CSV
334
334
$CELL/bin/cpanm LWP::UserAgent
335
- $CELL/bin/cpanm Net::SSLeay
335
+ $CELL/bin/cpanm --force Net::SSLeay
336
336
$CELL/bin/cpanm Mozilla::CA@20180117
337
337
$CELL/bin/cpanm -f IO::Socket::SSL@2.068
338
338
$CELL/bin/cpanm LWP::Protocol::https
@@ -346,7 +346,7 @@ jobs:
346
346
run : |
347
347
#CELL=`brew --prefix pioro/repo/perl@5.30`
348
348
CELL=`brew --prefix perl`
349
- OPENLIB=`brew --prefix openssl@1.1 `
349
+ OPENLIB=`brew --prefix openssl@3 `
350
350
CDIR=`pwd`
351
351
export PP=${CELL}/bin/pp
352
352
export LIBS="-l ${OPENLIB}/lib/libssl.dylib -l ${OPENLIB}/lib/libcrypto.dylib"
You can’t perform that action at this time.
0 commit comments