Skip to content

Commit 2e2c5e1

Browse files
author
Marcin Przepiorowski
committed
debug build issue
1 parent 1aae8d8 commit 2e2c5e1

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
@@ -391,8 +391,8 @@ jobs:
391391
# echo $PERL_MB_OPT
392392
brew uninstall --ignore-dependencies openssl@1.1
393393
curl https://raw.githubusercontent.com/Homebrew/homebrew-core/ffa0f6655cbbbecaafb5334cefaae4c3eb1ffb8a/Formula/openssl%401.1.rb -o openssl\@1.1.rb
394-
cat ./openssl\@1.1.rb
395-
brew install --build-from-source ./openssl1.1.rb
394+
#cat ./openssl\@1.1.rb
395+
brew install --build-from-source ./openssl\@1.1.rb
396396
$CELL/bin/cpanm Crypt::CBC@2.33
397397
$CELL/bin/cpanm Crypt::Blowfish
398398
export OPENSSL_PREFIX=`brew --prefix openssl@1.1`

0 commit comments

Comments
 (0)