Upgrade to clang-tidy 15

This commit is contained in:
Siarhei Fedartsou 2022-11-04 09:56:00 +01:00
parent ba07fcc2d5
commit 653bbcc9a8

View File

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