Skip to content

Commit e0a5150

Browse files
author
Marcin Przepiorowski
committed
v2.4.16.3 - build fix
1 parent 0b9c0c7 commit e0a5150

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -289,36 +289,15 @@ jobs:
289289
CELL=`brew --prefix perl`
290290
$CELL/bin/perl -MCPAN -e 'install App::cpanminus'
291291
brew install [email protected]
292-
<<<<<<< HEAD
293-
$CELL/bin/cpanm Crypt::CBC
294-
$CELL/bin/cpanm Crypt::Blowfish
295-
=======
296292
cpanm Crypt::[email protected]
297293
cpanm Crypt::Blowfish
298-
>>>>>>> develop
299294
export OPENSSL_PREFIX=`brew --prefix [email protected]`
300295
echo $OPENSSL_PREFIX
301296
export LIBS="-d=$OPENSSL_PREFIX"
302297
$CELL/bin/cpanm --configure-args=$LIBS Filter::Crypto::Decrypt
303298
$CELL/bin/cpanm JSON
304299
$CELL/bin/cpanm Date::Manip
305300
# force requires after 1/1/2020 ?
306-
<<<<<<< HEAD
307-
$CELL/bin/cpanm -f Date::Parse
308-
$CELL/bin/cpanm DateTime::Event::Cron::Quartz
309-
$CELL/bin/cpanm DateTime::Format::DateParse
310-
$CELL/bin/cpanm Text::CSV
311-
$CELL/bin/cpanm LWP::UserAgent
312-
$CELL/bin/cpanm Net::SSLeay
313-
$CELL/bin/cpanm Mozilla::CA@20180117
314-
$CELL/bin/cpanm IO::Socket::[email protected]
315-
$CELL/bin/cpanm LWP::Protocol::https
316-
$CELL/bin/cpanm Term::ReadKey
317-
$CELL/bin/cpanm -f Archive::Zip
318-
$CELL/bin/cpanm utf8
319-
$CELL/bin/cpanm PAR::Packer
320-
$CELL/bin/cpanm List::MoreUtils::PP
321-
=======
322301
cpanm -f Date::Parse
323302
cpanm DateTime::Event::Cron::Quartz
324303
cpanm DateTime::Format::DateParse
@@ -333,7 +312,6 @@ jobs:
333312
cpanm utf8
334313
cpanm PAR::Packer
335314
cpanm List::MoreUtils::PP
336-
>>>>>>> develop
337315
338316
- name: Compile
339317
run: |

0 commit comments

Comments
 (0)