Remove clang from apt install list
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
DataHoarder 2021-10-25 02:09:15 +02:00
parent 011a1f5e82
commit cf79958e31

View file

@ -12,6 +12,6 @@ steps:
image: ubuntu:20.04
commands:
- apt update
- "DEBIAN_FRONTEND=noninteractive apt install -y clang clang++ cmake"
- DEBIAN_FRONTEND=noninteractive apt install -y clang cmake
- ./build.sh
...