diff --git a/.drone.yml b/.drone.yml index 62811bb..43a4ac7 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,7 +3,7 @@ pipeline: image: debian pull: true commands: - - apt install make wget + - apt update && apt install -y make wget - make - make install when: @@ -13,7 +13,7 @@ pipeline: image: debian pull: true commands: - - apt install build-essential + - apt update && apt install -y build-essential - debuild -us -uc - ls -la when: