Upgrade to clang-tidy 15

This commit is contained in:
Siarhei Fedartsou 2022-11-04 10:24:46 +01:00
parent 653bbcc9a8
commit 59311d0bfe

View File

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