From 3621e199a96b2281cea06215b8f678fd3ec9e285 Mon Sep 17 00:00:00 2001 From: David Cantrell Date: Mon, 7 Dec 2020 19:39:25 +0000 Subject: [PATCH] some extra deps need to be installed --- .github/workflows/coveralls.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/coveralls.yml b/.github/workflows/coveralls.yml index 1fa9e18..fffd517 100644 --- a/.github/workflows/coveralls.yml +++ b/.github/workflows/coveralls.yml @@ -12,6 +12,8 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | + cpanm ExtUtils::MakeMaker Probe::Perl Test::Pod Test::Pod::Coverage + perl -Mparent -e0 || cpanm parent cpanm --installdeps . cpanm Devel::Cover::Report::Coveralls cover -test -report Coveralls