Skip to content

Commit b1434a7

Browse files
author
Marcin Przepiorowski
committed
osx build for release
1 parent e020ff6 commit b1434a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ jobs:
289289
CELL=`brew --prefix perl`
290290
$CELL/bin/perl -MCPAN -e 'install App::cpanminus'
291291
brew install openssl@1.1
292-
cpanm Crypt::CBC
292+
cpanm Crypt::CBC@2.33
293293
cpanm Crypt::Blowfish
294294
export OPENSSL_PREFIX=`brew --prefix openssl@1.1`
295295
echo $OPENSSL_PREFIX
@@ -305,7 +305,7 @@ jobs:
305305
cpanm LWP::UserAgent
306306
cpanm Net::SSLeay
307307
cpanm Mozilla::CA@20180117
308-
cpanm IO::Socket::SSL@2.068
308+
cpanm -f IO::Socket::SSL@2.068
309309
cpanm LWP::Protocol::https
310310
cpanm Term::ReadKey
311311
cpanm -f Archive::Zip

0 commit comments

Comments
 (0)