Install make in the build environment

This commit is contained in:
Tim Head
2018-08-03 17:45:44 +02:00
parent 82e529cf12
commit ad9ba3634f
3 changed files with 6 additions and 6 deletions

View File

@@ -115,7 +115,7 @@ jobs:
- run:
name: install python
command: |
apt-get update --yes && apt-get install --yes python3 python3-venv git
apt-get update --yes && apt-get install --yes python3 python3-venv git make
# Download and cache dependencies
- restore_cache: