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