We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e020ff6 commit b1434a7Copy full SHA for b1434a7
.github/workflows/build.yml
@@ -289,7 +289,7 @@ jobs:
289
CELL=`brew --prefix perl`
290
$CELL/bin/perl -MCPAN -e 'install App::cpanminus'
291
brew install openssl@1.1
292
- cpanm Crypt::CBC
+ cpanm Crypt::CBC@2.33
293
cpanm Crypt::Blowfish
294
export OPENSSL_PREFIX=`brew --prefix openssl@1.1`
295
echo $OPENSSL_PREFIX
@@ -305,7 +305,7 @@ jobs:
305
cpanm LWP::UserAgent
306
cpanm Net::SSLeay
307
cpanm Mozilla::CA@20180117
308
- cpanm IO::Socket::SSL@2.068
+ cpanm -f IO::Socket::SSL@2.068
309
cpanm LWP::Protocol::https
310
cpanm Term::ReadKey
311
cpanm -f Archive::Zip
0 commit comments