Skip to content

Commit

Permalink
Fix make not found on CircleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
nigelhorne committed Aug 28, 2024
1 parent b068ae7 commit 0e718b5
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 @@ -44,7 +44,7 @@ jobs:
name: Run tests
# command: echo 'replace me with real tests!' && false
environment:
PATH: ~/perl5/bin:$PATH
PATH: ~/perl5/bin:/bin:/usr/bin
AUTOMATED_TESTING: 1
AUTHOR_TESTING: 1
command: |
Expand Down

0 comments on commit 0e718b5

Please sign in to comment.