Skip to content

Commit 8a41cf2

Browse files
committed
another try
1 parent c7fd86b commit 8a41cf2

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

.clang-tidy

+1
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ Checks: >
6666
-readability-uppercase-literal-suffix,
6767
-misc-confusable-identifiers,
6868
-portability-simd-intrinsics,
69+
-clang-diagnostic-unknown-warning-option
6970
### Reasons for exclusions
7071
## Generally not applicable
7172
# abseil we don't use the abseil library

.github/workflows/workflow.yaml

-6
Original file line numberDiff line numberDiff line change
@@ -110,12 +110,6 @@ jobs:
110110
steps:
111111
- uses: actions/checkout@v2
112112

113-
- name: Install clang
114-
uses: KyleMayes/[email protected]
115-
with:
116-
version: 15
117-
env: true
118-
119113
- name: Install clang-tidy
120114
run: |
121115
sudo apt update

0 commit comments

Comments
 (0)