Skip to content

Commit 5b4ed8a

Browse files
author
Marcin Przepiorowski
committed
mac build
1 parent f6172e0 commit 5b4ed8a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ jobs:
316316
#brew install cpanminus
317317
CELL=`brew --prefix perl`
318318
$CELL/bin/perl -MCPAN -e 'install App::cpanminus'
319-
brew install [email protected]
319+
#brew install [email protected]
320320
$CELL/bin/cpanm Crypt::[email protected]
321321
$CELL/bin/cpanm Crypt::Blowfish
322322
# export OPENSSL_PREFIX=`brew --prefix [email protected]`
@@ -332,7 +332,7 @@ jobs:
332332
$CELL/bin/cpanm DateTime::Format::DateParse
333333
$CELL/bin/cpanm Text::CSV
334334
$CELL/bin/cpanm LWP::UserAgent
335-
$CELL/bin/cpanm Net::SSLeay
335+
$CELL/bin/cpanm --force Net::SSLeay
336336
$CELL/bin/cpanm Mozilla::CA@20180117
337337
$CELL/bin/cpanm -f IO::Socket::[email protected]
338338
$CELL/bin/cpanm LWP::Protocol::https
@@ -346,7 +346,7 @@ jobs:
346346
run: |
347347
#CELL=`brew --prefix pioro/repo/[email protected]`
348348
CELL=`brew --prefix perl`
349-
OPENLIB=`brew --prefix openssl@1.1`
349+
OPENLIB=`brew --prefix openssl@3`
350350
CDIR=`pwd`
351351
export PP=${CELL}/bin/pp
352352
export LIBS="-l ${OPENLIB}/lib/libssl.dylib -l ${OPENLIB}/lib/libcrypto.dylib"

0 commit comments

Comments
 (0)