Forgot noconfirm in pacman
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Anne de Jong 2023-01-12 12:09:25 +01:00
parent 126e873d22
commit 2f1ddb5bfa
1 changed files with 1 additions and 1 deletions

View File

@ -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