downgrade to clang11

This commit is contained in:
Krishna Vedala
2020-08-26 09:25:03 -04:00
parent 25236856ca
commit 327fbaf495

View File

@@ -16,7 +16,7 @@ jobs:
- name: requirements
run: |
sudo apt -qq -y update
sudo apt -qq install clang-tidy-12
sudo apt -qq install clang-tidy-11
# 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