From b218fd65a02725caeab0dfb41d0d3beba74004f9 Mon Sep 17 00:00:00 2001 From: ISSOtm Date: Thu, 16 Apr 2026 01:02:30 +0200 Subject: [PATCH] Install clang-format on ubuntu-slim runner MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Unlike the “fat” runners, that's not installed by default. Why that causes `find` to nonetheless exit normally, I have no idea. --- .github/workflows/checkformat.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/checkformat.yml b/.github/workflows/checkformat.yml index 755d6a22..0119fc56 100644 --- a/.github/workflows/checkformat.yml +++ b/.github/workflows/checkformat.yml @@ -15,4 +15,5 @@ jobs: uses: actions/checkout@v6 - name: Check format run: | + sudo apt install clang-format contrib/checkformat.bash