diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 669bbd5..b9d2002 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -39,6 +39,6 @@ jobs: run: | sudo apt-get update sudo apt-get install -qq python3 python3-pip - pip3 install clang-format==18.1.5 + pip3 install clang-format==19.1.0 git submodule update --init ./submodules/run-clang-format/run-clang-format.py --clang-format-executable clang-format --exclude src/third_party -r src