From 3168725b00d5fe33934d621683110da484690f39 Mon Sep 17 00:00:00 2001 From: Dan Paulat Date: Sun, 27 Apr 2025 10:57:49 -0500 Subject: [PATCH] Update clang-format symlink to 19 before formatting --- .github/workflows/clang-format-check.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/clang-format-check.yml b/.github/workflows/clang-format-check.yml index aec8cac3..02c5cdd3 100644 --- a/.github/workflows/clang-format-check.yml +++ b/.github/workflows/clang-format-check.yml @@ -31,6 +31,8 @@ jobs: shell: bash run: | sudo apt-get install clang-format-19 + sudo rm -f /usr/bin/clang-format + sudo ln -s /usr/bin/clang-format-19 /usr/bin/clang-format - name: Check Formatting shell: bash