Install clang-format on ubuntu-slim runner

Unlike the “fat” runners, that's not installed by default.
Why that causes `find` to nonetheless exit normally, I have no idea.
This commit is contained in:
ISSOtm
2026-04-16 01:02:30 +02:00
parent 81edc27b6e
commit b218fd65a0
+1
View File
@@ -15,4 +15,5 @@ jobs:
uses: actions/checkout@v6
- name: Check format
run: |
sudo apt install clang-format
contrib/checkformat.bash