Update drone.yml

This commit is contained in:
apio 2022-12-05 18:50:01 +01:00
parent ac2da14319
commit 62e4ed824d
Signed by: apio
GPG Key ID: B8A7D06E42258954

View File

@ -9,6 +9,8 @@ steps:
- name: check-formatting - name: check-formatting
image: ubuntu image: ubuntu
commands: commands:
- apt update
- apt install clang-format-14 -y
- tools/check-formatting.sh - tools/check-formatting.sh
- name: build - name: build
image: ubuntu image: ubuntu