Skip to content

Commit f6172e0

Browse files
author
Marcin Przepiorowski
committed
mac build
1 parent 50a6d94 commit f6172e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/develop.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ jobs:
390390
# eval $(perl -I ~/perl5/lib/perl5/ -Mlocal::lib)
391391
# echo $PERL_MB_OPT
392392
#brew uninstall --ignore-dependencies [email protected]
393-
curl https://raw.githubusercontent.com/Homebrew/homebrew-core/ffa0f6655cbbbecaafb5334cefaae4c3eb1ffb8a/Formula/openssl%401.1.rb -o openssl\@1.1.rb
393+
#curl https://raw.githubusercontent.com/Homebrew/homebrew-core/ffa0f6655cbbbecaafb5334cefaae4c3eb1ffb8a/Formula/openssl%401.1.rb -o openssl\@1.1.rb
394394
#cat ./openssl\@1.1.rb
395395
#brew install --build-from-source ./openssl\@1.1.rb
396396
$CELL/bin/cpanm Crypt::[email protected]
@@ -428,7 +428,7 @@ jobs:
428428
run: |
429429
#CELL=`brew --prefix pioro/repo/[email protected]`
430430
CELL=`brew --prefix perl`
431-
OPENLIB=`brew --prefix openssl@1.1`
431+
OPENLIB=`brew --prefix openssl@3`
432432
CDIR=`pwd`
433433
export PP=${CELL}/bin/pp
434434
export LIBS="-l ${OPENLIB}/lib/libssl.dylib -l ${OPENLIB}/lib/libcrypto.dylib"

0 commit comments

Comments
 (0)