Skip to content

Commit

Permalink
Install .deb for cpanmm
Browse files Browse the repository at this point in the history
  • Loading branch information
benmwebb committed Dec 17, 2020
1 parent 367be80 commit e60f1ff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
sudo apt-get -qq update && sudo apt-get install -y libtest-exception-perl libtest-output-perl libdevel-cover-perl acl cpanminus libcgi-pm-perl
pip install codecov flask pytest-cov pytest-pep8 coverage scons
cpanm --quiet --notest --skip-satisfied Devel::Cover::Report::Codecov Test::Exception Test::Output Devel::Cover CGI Error
cpanm --quiet --notest --skip-satisfied Devel::Cover::Report::Codecov
# Patch Devel::Cover::Report::Codecov to support GitHub Actions
# from https://github.com/codecov/codecov-perl/pull/41
reportdir=$(dirname $(perldoc -l Devel::Cover::Report::Codecov) )
Expand Down

0 comments on commit e60f1ff

Please sign in to comment.