circleci: Add make
This commit is contained in:
parent
49b80e4722
commit
9c404a6cf5
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ jobs:
|
|||
steps:
|
||||
- run:
|
||||
name: Install SSH & Git
|
||||
command: apk add --no-cache bash git openssh
|
||||
command: apk add --no-cache make bash git openssh
|
||||
- checkout
|
||||
- run:
|
||||
name: Install dependancies
|
||||
|
|
Loading…
Reference in a new issue