Skip to content

Commit 7a73893

Browse files
author
Marcin Przepiorowski
committed
osx prod build fix
1 parent b7e486e commit 7a73893

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

.github/workflows/build.yml

Lines changed: 19 additions & 19 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::CBC
293-
cpanm Crypt::Blowfish
292+
$CELL/bin/cpanm Crypt::CBC
293+
$CELL/bin/cpanm Crypt::Blowfish
294294
export OPENSSL_PREFIX=`brew --prefix [email protected]`
295295
echo $OPENSSL_PREFIX
296296
export LIBS="-d=$OPENSSL_PREFIX"
297-
cpanm --configure-args=$LIBS Filter::Crypto::Decrypt
298-
cpanm JSON
299-
cpanm Date::Manip
297+
$CELL/bin/cpanm --configure-args=$LIBS Filter::Crypto::Decrypt
298+
$CELL/bin/cpanm JSON
299+
$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 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 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)