Upgrade to clang-tidy 15

This commit is contained in:
Siarhei Fedartsou 2022-11-04 11:57:42 +01:00
parent 3e8fdb515a
commit e76e46dec2

View File

@ -508,7 +508,7 @@ jobs:
python3 -m pip install conan==1.53.0 python3 -m pip install conan==1.53.0
echo "/Library/Frameworks/Python.framework/Versions/3.11/bin" >> $GITHUB_PATH echo "/Library/Frameworks/Python.framework/Versions/3.11/bin" >> $GITHUB_PATH
ls "/Library/Frameworks/Python.framework/Versions/3.11/bin" ls "/Library/Frameworks/Python.framework/Versions/3.11/bin"
conan --version # conan --version
# ccache # ccache
if [[ "${RUNNER_OS}" == "Linux" ]]; then if [[ "${RUNNER_OS}" == "Linux" ]]; then