From 9e669ddadd7b029547d3b3da09a685a90967fe72 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 20 Sep 2021 01:34:47 +0200 Subject: [PATCH] lets try again --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 62811bb..43a4ac7 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,7 +3,7 @@ pipeline: image: debian pull: true commands: - - apt install make wget + - apt update && apt install -y make wget - make - make install when: @@ -13,7 +13,7 @@ pipeline: image: debian pull: true commands: - - apt install build-essential + - apt update && apt install -y build-essential - debuild -us -uc - ls -la when: