Add necessary flags to apt install for checkformat

This commit is contained in:
ISSOtm
2026-04-16 01:58:42 +02:00
parent 4ea15ed85a
commit 185a5c5369
+1 -1
View File
@@ -15,5 +15,5 @@ jobs:
uses: actions/checkout@v6
- name: Check format
run: |
sudo apt install clang-format
sudo apt --update --yes --quiet install clang-format
contrib/checkformat.sh