From 2f1ddb5bfa5b114f02d47b0636d41678e3a4ec78 Mon Sep 17 00:00:00 2001 From: "J.A. de Jong - Redu-Sone B.V., ASCEE V.O.F" Date: Thu, 12 Jan 2023 12:09:25 +0100 Subject: [PATCH] Forgot noconfirm in pacman --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 3a9c051..28f9891 100644 --- a/.drone.yml +++ b/.drone.yml @@ -10,7 +10,7 @@ steps: image: archlinux_build pull: if-not-exists commands: - - pacman -S pybind11 openblas fftw pulseaudio + - pacman -S --noconfirm pybind11 openblas fftw pulseaudio - cmake . # More than two makes ascee2 irresponsive for now - make -j2