From b7e3202e391369085300ce87a063f45d43bf2244 Mon Sep 17 00:00:00 2001 From: June Tate-Gans Date: Thu, 28 Mar 2024 17:53:44 -0500 Subject: [PATCH] Dont wait for confirmation --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index f19308d..e6fa98c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -47,7 +47,7 @@ steps: mtu: 1000 commands: - - pacman -Sy - - pacman -S base-devel python meson + - pacman -Sy --noconfirm + - pacman -S --noconfirm base-devel python meson - make