From 62e4ed824d9decb06de76f96fa6a21f4b268d19d Mon Sep 17 00:00:00 2001 From: apio Date: Mon, 5 Dec 2022 18:50:01 +0100 Subject: [PATCH] Update drone.yml --- .drone.yml | 2 ++ 1 file changed, 2 insertions(+) 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