Skip to content

Commit

Permalink
debug coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
nigelhorne committed Sep 5, 2024
1 parent 24f19b4 commit dfc854e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/coveralls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ jobs:
run: |
apt-get update
apt-get -y upgrade
apt-get -y install liblwp-protocol-https-perl cpanminus libhtml-parser-perl
apt-get -y install liblwp-protocol-https-perl cpanminus libdevel-cover-perl
- name: Install Dependencies
run: |
cpanm --quiet --notest --installdeps .
cpanm --quiet --notest Module::Build Devel::Cover Devel::Cover::Report::Coveralls
cpanm -ivn --installdeps .
cpanm -ivn Module::Build Devel::Cover::Report::Coveralls
- name: Build module
run: |
perl Makefile.PL
Expand Down

0 comments on commit dfc854e

Please sign in to comment.