From 0f8ce49da112641a639271cc753b9a05ad81f767 Mon Sep 17 00:00:00 2001 From: WeebDataHoarder <57538841+WeebDataHoarder@users.noreply.github.com> Date: Thu, 21 Apr 2022 11:03:36 +0200 Subject: [PATCH] Add build dependencies --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 2779453..667b38b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,7 +8,7 @@ steps: image: debian:bullseye commands: - DEBIAN_FRONTEND=noninteractive apt update - - DEBIAN_FRONTEND=noninteractive apt install -y autoconf automake libtool-bin + - DEBIAN_FRONTEND=noninteractive apt install -y g++ gcc autoconf automake make libtool-bin - autoreconf -fi - ./configure --prefix /usr - make -j$(nproc)