Skip to content

Commit

Permalink
complain verbosely on dependency failures
Browse files Browse the repository at this point in the history
  • Loading branch information
DrHyde committed Jul 16, 2022
1 parent 48817c4 commit 8625cbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux-32.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ jobs:
run: |
perl -v
cpan ExtUtils::MakeMaker Test::Pod Test::Pod::Coverage App::cpanminus
cpanm --installdeps .
cpanm --installdeps . || (cat ~/.cpanm/work/*/build.log; false)
perl Makefile.PL
make test TEST_VERBOSE=1

0 comments on commit 8625cbb

Please sign in to comment.