fix missing make
continuous-integration/drone the build failed Details

This commit is contained in:
root 2021-09-20 01:28:22 +02:00
parent 3dca945c75
commit fd03c3a259
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@ pipeline:
image: debian image: debian
pull: true pull: true
commands: commands:
- apt install make wget
- make - make
- make install - make install
when: when: