]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
use the apt version of python3 for clang-tidy
authorromeroalx <alexis.romero@open-xchange.com>
Tue, 11 Jun 2024 12:57:32 +0000 (14:57 +0200)
committerromeroalx <alexis.romero@open-xchange.com>
Tue, 11 Jun 2024 12:57:32 +0000 (14:57 +0200)
.github/workflows/build-and-test-all.yml

index edaf3b61c6a57afd71717975ebf521daac63807a..f07be5bf346f8d74b884e740f31c6341ce16afd7 100644 (file)
@@ -66,7 +66,7 @@ jobs:
       - run: inv ci-rec-make-bear
       - run: ln -s ../../.clang-tidy.full .clang-tidy
       - name: Run clang-tidy
-        run: git diff -U0 HEAD^..HEAD | python3 ../../.github/scripts/git-filter.py | python3 /usr/bin/clang-tidy-diff-${CLANG_VERSION}.py -clang-tidy-binary /usr/bin/clang-tidy-${CLANG_VERSION} -extra-arg=-ferror-limit=0 -p3 -export-fixes clang-tidy-rec.yml
+        run: git diff -U0 HEAD^..HEAD | /usr/bin/python3 ../../.github/scripts/git-filter.py | /usr/bin/python3 /usr/bin/clang-tidy-diff-${CLANG_VERSION}.py -clang-tidy-binary /usr/bin/clang-tidy-${CLANG_VERSION} -extra-arg=-ferror-limit=0 -p3 -export-fixes clang-tidy-rec.yml
       - name: Print clang-tidy fixes YAML
         shell: bash
         run: |