install make before running make in CI

This commit is contained in:
Lance Vick 2020-11-19 19:56:47 -08:00
parent 08db16917f
commit 7fc4850b97
Signed by: lrvick
GPG Key ID: 8E47A1EC35A1551D
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@ services:
- docker:dind - docker:dind
before_script: before_script:
- apt-get install -y make
- docker info - docker info
test: test: