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

@@ -8,7 +8,7 @@ if (lint)
endif ()
message(STATUS "Using clang-tidy from CLIO_CLANG_TIDY_BIN")
else ()
find_program(_CLANG_TIDY_BIN NAMES "clang-tidy-19" "clang-tidy" REQUIRED)
find_program(_CLANG_TIDY_BIN NAMES "clang-tidy-20" "clang-tidy" REQUIRED)
endif ()
if (NOT _CLANG_TIDY_BIN)