Skip to content

Commit

Permalink
ci(circle): add make to image
Browse files Browse the repository at this point in the history
  • Loading branch information
YOU54F committed Oct 24, 2024
1 parent 565ff2f commit 4711714
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ jobs:
paths:
- ~/.npm
- ~/.cache
- run:
name: deps
command: apt-get update && apt-get install -y make
- run:
when: always
name: Lint project
Expand Down

0 comments on commit 4711714

Please sign in to comment.