Added missing packages for build
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
DataHoarder 2021-10-29 05:54:56 +02:00
parent b0fd3b30fa
commit 7b102363f7

View file

@ -17,7 +17,7 @@ steps:
image: ubuntu:20.04
commands:
- apt update
- DEBIAN_FRONTEND=noninteractive apt install -y clang cmake
- DEBIAN_FRONTEND=noninteractive apt install -y clang cmake autoconf automake libtool-bin
- ./build-ies.sh
- ./build.sh
...