From ee1eee6753590cc4999d8d33685c19ccb1e58281 Mon Sep 17 00:00:00 2001 From: Dextinfire <> Date: Sat, 25 Jan 2025 15:10:18 -0800 Subject: [PATCH] Actually set clang-format version to 19 --- .github/workflows/pipeline.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 69737160..20ff721e 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -45,7 +45,9 @@ jobs: chmod +x llvm.sh sudo ./llvm.sh 19 sudo apt install -y clang-format-19 - sudo update-alternatives --install /usr/bin/clang-format clang-format /usr/bin/clang-format-19 10 + sudo update-alternatives --install /usr/bin/clang-format clang-format /usr/bin/clang-format-19 1000 + sudo update-alternatives --set clang-format /usr/bin/clang-format-19 + sudo update-alternatives --display clang-format clang-format --version - name: Run linters