From f908fde5643c9e07cf56a6e2e116e93d226ced2a Mon Sep 17 00:00:00 2001 From: lagertonne Date: Sat, 23 Apr 2022 10:45:51 +0200 Subject: [PATCH] Add missing dep --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index d683138..20d87f7 100644 --- a/.drone.yml +++ b/.drone.yml @@ -10,7 +10,7 @@ steps: commands: - apt update - apt -y upgrade - - apt -y install --no-install-recommends build-essential equivs devscripts git + - apt -y install --no-install-recommends build-essential equivs devscripts git rename - git clean -f -d -x - mk-build-deps --install --tool='apt-get -o Debug::pkgProblemResolver=yes --no-install-recommends --yes' debian/control - dpkg-buildpackage -b -uc