Skip to content

Commit 1aae8d8

Browse files
author
Marcin Przepiorowski
committed
debug build issue
1 parent 6b448e3 commit 1aae8d8

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,8 +390,8 @@ jobs:
390390
# eval $(perl -I ~/perl5/lib/perl5/ -Mlocal::lib)
391391
# echo $PERL_MB_OPT
392392
brew uninstall --ignore-dependencies openssl@1.1
393-
curl https://github.com/Homebrew/homebrew-core/blob/ffa0f6655cbbbecaafb5334cefaae4c3eb1ffb8a/Formula/openssl%401.1.rb -o openssl1.1.rb
394-
cat ./openssl1.1.rb
393+
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
395395
brew install --build-from-source ./openssl1.1.rb
396396
$CELL/bin/cpanm Crypt::CBC@2.33
397397
$CELL/bin/cpanm Crypt::Blowfish

0 commit comments

Comments
 (0)