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 84a62ba commit dc1268c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
command: sudo cpanm -ivn --installdeps .
- run:
name: Make Module
command: sudo chown -R circleci . && perl Makefile.PL && make
command: sudo chown -R circleci . && env && perl Makefile.PL && make
environment:
# PATH: ~/perl5/bin:/bin:/usr/bin
AUTOMATED_TESTING: 1
Expand Down

0 comments on commit dc1268c

Please sign in to comment.