From cf79958e31200634caafeb92d7ae09674833b411 Mon Sep 17 00:00:00 2001 From: WeebDataHoarder <57538841+WeebDataHoarder@users.noreply.github.com> Date: Mon, 25 Oct 2021 02:09:15 +0200 Subject: [PATCH] Remove clang from apt install list --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 838dd7c..2892a58 100644 --- a/.drone.yml +++ b/.drone.yml @@ -12,6 +12,6 @@ steps: image: ubuntu:20.04 commands: - apt update - - "DEBIAN_FRONTEND=noninteractive apt install -y clang clang++ cmake" + - DEBIAN_FRONTEND=noninteractive apt install -y clang cmake - ./build.sh ... \ No newline at end of file