Upgrade to clang-tidy 15

This commit is contained in:
Siarhei Fedartsou 2022-11-04 11:34:50 +01:00
parent e5c434f820
commit 8b52b0ff8b

View File

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