adding -y
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Simon Petit 2024-12-05 13:30:22 +01:00
parent 6bfb812989
commit 7207d0528e

View File

@ -7,5 +7,5 @@ steps:
image: debian
commands:
- apt-get update
- apt-get install build-essential
- apt-get install -y build-essential
- make test