From 690a1ecd0c536d05c9310ae9c3746af959034f97 Mon Sep 17 00:00:00 2001 From: Peter van Dijk Date: Tue, 11 Feb 2025 18:44:43 +0100 Subject: [PATCH] bump clang --- .github/workflows/formatting.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/formatting.yml b/.github/workflows/formatting.yml index 78c639e75b..4ac84a7e77 100644 --- a/.github/workflows/formatting.yml +++ b/.github/workflows/formatting.yml @@ -21,7 +21,7 @@ jobs: - name: Update dependencies run: | sudo apt-get update - sudo apt-get -qq --no-install-recommends install git clang-11 + sudo apt-get -qq --no-install-recommends install git clang-19 - name: Run format-code on files that should be formatted run: | ./build-scripts/format-code $(find . -type f -name '*.[ch][ch]' | sort | comm -23 - .not-formatted) -- 2.47.2