Upgrade to clang-tidy 15

This commit is contained in:
Siarhei Fedartsou 2022-11-04 11:44:08 +01:00
parent 341511fe99
commit 94bb9eba49

View File

@ -506,7 +506,7 @@ jobs:
- name: Install dev dependencies
run: |
python3 -m pip install conan --user
python3 -m conan --version
conan --version
# ccache
if [[ "${RUNNER_OS}" == "Linux" ]]; then