ci: Update LLVM tools to v20 (#2278)

Trying in https://github.com/XRPLF/clio/pull/2280
This commit is contained in:
Ayaz Salikhov
2025-07-02 14:55:54 +01:00
committed by GitHub
parent be2d915df7
commit 18b8fc7e5c
4 changed files with 6 additions and 7 deletions

View File

@@ -18,6 +18,7 @@ concurrency:
env:
CONAN_PROFILE: clang
LLVM_TOOLS_VERSION: 20
jobs:
clang_tidy:
@@ -61,7 +62,7 @@ jobs:
shell: bash
id: run_clang_tidy
run: |
run-clang-tidy-19 -p build -j "${{ steps.number_of_threads.outputs.threads_number }}" -fix -quiet 1>output.txt
run-clang-tidy-${{ env.LLVM_TOOLS_VERSION }} -p build -j "${{ steps.number_of_threads.outputs.threads_number }}" -fix -quiet 1>output.txt
- name: Fix local includes and clang-format style
if: ${{ steps.run_clang_tidy.outcome != 'success' }}