Skip to content

Commit

Permalink
Probe::Perl is required by Build.PL; once packaged up and on the CPAN…
Browse files Browse the repository at this point in the history
… it'll be mentioned in META.json so all will be well there
  • Loading branch information
DrHyde committed Nov 7, 2020
1 parent c5e233d commit 6e29905
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
PERL_USE_UNSAFE_INC: 0
run: |
perl -v
cpanm ExtUtils::MakeMaker Test::Pod Test::Pod::Coverage || cat /home/runner/.cpanm/work/*/build.log
cpanm ExtUtils::MakeMaker Probe::Perl Test::Pod Test::Pod::Coverage || cat /home/runner/.cpanm/work/*/build.log
perl -Mparent -e0 || cpanm parent
rm -rf /home/runner/.cpanm/work/*
cpanm --installdeps . || cat /home/runner/.cpanm/work/*/build.log
Expand Down

0 comments on commit 6e29905

Please sign in to comment.