Skip to content

Commit

Permalink
Debug CircleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
nigelhorne committed Sep 6, 2024
1 parent dc1268c commit 44065ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ jobs:
command: sudo cpanm -iqn LWP::Simple
- run:
name: Install dependancies
command: sudo cpanm -ivn --installdeps .
command: env && sudo cpanm -ivn --installdeps .
- run:
name: Make Module
command: sudo chown -R circleci . && env && perl Makefile.PL && make
command: sudo chown -R circleci . && perl Makefile.PL && make
environment:
# PATH: ~/perl5/bin:/bin:/usr/bin
AUTOMATED_TESTING: 1
Expand Down

0 comments on commit 44065ca

Please sign in to comment.