diff --git a/.drone.yml b/.drone.yml index 7f50a960..094073f4 100644 --- a/.drone.yml +++ b/.drone.yml @@ -9,6 +9,8 @@ steps: - name: check-formatting image: ubuntu commands: + - apt update + - apt install clang-format-14 -y - tools/check-formatting.sh - name: build image: ubuntu