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:
|
steps:
|
||||||
- run:
|
- run:
|
||||||
name: Install SSH & Git
|
name: Install SSH & Git
|
||||||
command: apk add --no-cache bash git openssh
|
command: apk add --no-cache make bash git openssh
|
||||||
- checkout
|
- checkout
|
||||||
- run:
|
- run:
|
||||||
name: Install dependancies
|
name: Install dependancies
|
||||||
|
|
Loading…
Reference in a new issue