From 6fa078a878d6ca6509c3e83fa5d77d3e77578751 Mon Sep 17 00:00:00 2001 From: imi415 Date: Fri, 30 Jun 2023 01:44:23 +0000 Subject: [PATCH] CI: Fix dependencies --- .drone.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index 40c7f94..fddf3f5 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,7 +1,7 @@ --- kind: pipeline type: vm -name: Container +name: System Image pool: use: do-docker-20-04 @@ -12,9 +12,11 @@ steps: - git submodule update --init --recursive - name: Dependencies + environment: + DEBIAN_FRONTEND: noninteractive commands: - - apt update - - apt install build-essential + - apt-get update + - apt-get install -y build-essential - name: Configure commands: