]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Use clang-11
authorOtto <otto.moerbeek@open-xchange.com>
Tue, 16 Nov 2021 07:30:29 +0000 (08:30 +0100)
committerOtto <otto.moerbeek@open-xchange.com>
Tue, 16 Nov 2021 09:02:59 +0000 (10:02 +0100)
.github/workflows/formatting.yml

index 3d491ba4b6e504d27db8d5171e8735c7baad68c2..2a24c103451e8bf51c99b9901358abb2048c0e92 100644 (file)
@@ -17,7 +17,7 @@ jobs:
           submodules: recursive
       - run: |
           sudo apt-get update
-          sudo apt-get -qq --no-install-recommends install git clang-12
+          sudo apt-get -qq --no-install-recommends install git clang-11
       - run: |
            ./build-scripts/format-code $(find . -type f -name '*.[ch][ch]' | sort | comm -23 - .not-formatted)
            git --no-pager diff