use clang-12

This commit is contained in:
Krishna Vedala
2020-08-26 09:21:22 -04:00
parent 63333f38cc
commit 25236856ca

View File

@@ -16,7 +16,7 @@ jobs:
- name: requirements
run: |
sudo apt -qq -y update
sudo apt -qq install clang-tidy-10
sudo apt -qq install clang-tidy-12
# checks are passing with less errors when used with this version.
# The default installs v6.0 which did not work out well in my tests
- name: Setup Git Specs