diff --git a/.github/workflows/format-checker.yml b/.github/workflows/format-checker.yml index 00ae3c01..f8f65bac 100644 --- a/.github/workflows/format-checker.yml +++ b/.github/workflows/format-checker.yml @@ -17,6 +17,7 @@ jobs: sudo ./llvm.sh 18 sudo apt install -y git clang-format-18 sudo update-alternatives --install /usr/bin/clang-format clang-format /usr/bin/clang-format-18 100 + sudo update-alternatives --set clang-format /usr/bin/clang-format-18 - name: Check Formatting run: | cd ${{ github.workspace }}