Skip to content

Commit e2d0775

Browse files
author
Marcin Przepiorowski
committed
Merge branch 'develop'
2 parents e0a5150 + 11e9ba1 commit e2d0775

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

.github/workflows/build.yml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -289,29 +289,29 @@ jobs:
289289
CELL=`brew --prefix perl`
290290
$CELL/bin/perl -MCPAN -e 'install App::cpanminus'
291291
brew install [email protected]
292-
cpanm Crypt::[email protected]
293-
cpanm Crypt::Blowfish
292+
$CELL/bin/cpanm Crypt::[email protected]
293+
$CELL/bin/cpanm Crypt::Blowfish
294294
export OPENSSL_PREFIX=`brew --prefix [email protected]`
295295
echo $OPENSSL_PREFIX
296296
export LIBS="-d=$OPENSSL_PREFIX"
297297
$CELL/bin/cpanm --configure-args=$LIBS Filter::Crypto::Decrypt
298298
$CELL/bin/cpanm JSON
299299
$CELL/bin/cpanm Date::Manip
300300
# force requires after 1/1/2020 ?
301-
cpanm -f Date::Parse
302-
cpanm DateTime::Event::Cron::Quartz
303-
cpanm DateTime::Format::DateParse
304-
cpanm Text::CSV
305-
cpanm LWP::UserAgent
306-
cpanm Net::SSLeay
307-
cpanm Mozilla::CA@20180117
308-
cpanm -f IO::Socket::[email protected]
309-
cpanm LWP::Protocol::https
310-
cpanm Term::ReadKey
311-
cpanm -f Archive::Zip
312-
cpanm utf8
313-
cpanm PAR::Packer
314-
cpanm List::MoreUtils::PP
301+
$CELL/bin/cpanm -f Date::Parse
302+
$CELL/bin/cpanm DateTime::Event::Cron::Quartz
303+
$CELL/bin/cpanm DateTime::Format::DateParse
304+
$CELL/bin/cpanm Text::CSV
305+
$CELL/bin/cpanm LWP::UserAgent
306+
$CELL/bin/cpanm Net::SSLeay
307+
$CELL/bin/cpanm Mozilla::CA@20180117
308+
$CELL/bin/cpanm -f IO::Socket::[email protected]
309+
$CELL/bin/cpanm LWP::Protocol::https
310+
$CELL/bin/cpanm Term::ReadKey
311+
$CELL/bin/cpanm -f Archive::Zip
312+
$CELL/bin/cpanm utf8
313+
$CELL/bin/cpanm PAR::Packer
314+
$CELL/bin/cpanm List::MoreUtils::PP
315315
316316
- name: Compile
317317
run: |

0 commit comments

Comments
 (0)