From fd03c3a259e227a5414e417341287ebc99af40bb Mon Sep 17 00:00:00 2001 From: root Date: Mon, 20 Sep 2021 01:28:22 +0200 Subject: [PATCH] fix missing make --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index d58c513..62811bb 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,6 +3,7 @@ pipeline: image: debian pull: true commands: + - apt install make wget - make - make install when: