mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-04-27 20:14:04 +08:00
downgrade to clang11
This commit is contained in:
2
.github/workflows/awesome_workflow.yml
vendored
2
.github/workflows/awesome_workflow.yml
vendored
@@ -16,7 +16,7 @@ jobs:
|
|||||||
- name: requirements
|
- name: requirements
|
||||||
run: |
|
run: |
|
||||||
sudo apt -qq -y update
|
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.
|
# 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
|
# The default installs v6.0 which did not work out well in my tests
|
||||||
- name: Setup Git Specs
|
- name: Setup Git Specs
|
||||||
|
|||||||
Reference in New Issue
Block a user