Skip to content

Commit

Permalink
Install Most and Needs via apt
Browse files Browse the repository at this point in the history
  • Loading branch information
nigelhorne committed Aug 28, 2024
1 parent 0e718b5 commit cfbb81c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
sudo apt-get upgrade && \
sudo apt-get install --assume-yes --quiet \
--no-install-suggests --no-install-recommends \
perl cpanminus
perl cpanminus libtest-needs-perl libtest-most-perl
- run:
name: Perl version
command: perl --version
Expand All @@ -34,8 +34,7 @@ jobs:
curl -L https://cpanmin.us | perl - App::cpanminus
cpanm --local-lib=~/perl5 local::lib && echo "eval $(perl -I ~/perl5/lib/perl5/ -Mlocal::lib)" >> ~/.bashrc
cpanm --quiet --notest --skip-satisfied Devel::Cover::Report::Codecov
cpanm -iqn Test::Most Test::Needs
cpanm -iqn --installdeps .
cpanm -qin --installdeps .
- run:
name: Make Module
# command: sudo chown -R circleci . && ls -la && pwd && perl Makefile.PL && make
Expand Down

0 comments on commit cfbb81c

Please sign in to comment.