circleci: Add make

master
Jonatan Nilsson 2018-07-22 11:43:18 +00:00
parent 49b80e4722
commit 9c404a6cf5
1 changed files with 1 additions and 1 deletions

View File

@ -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