From d67b581f08568207e245bfdaef894a462e3dae98 Mon Sep 17 00:00:00 2001 From: Ian Fijolek Date: Sun, 10 Mar 2019 15:17:57 -0700 Subject: [PATCH] Install make --- .drone.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.drone.yml b/.drone.yml index 4b735bd..b98fc01 100644 --- a/.drone.yml +++ b/.drone.yml @@ -5,6 +5,8 @@ steps: - name: Get qemu image: ubuntu:bionic commands: + - apt-get update + - apt-get install make wget - make build/qemu-x86_64-static - name: build @@ -26,6 +28,8 @@ steps: - name: Get qemu image: ubuntu:bionic commands: + - apt-get update + - apt-get install make wget - make build/qemu-arm-static - name: build