Skip to content

Commit abef590

Browse files
committed
fix: disable clang-format in a file and revert changes
1 parent 193fb06 commit abef590

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/lint_and_format_check.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ jobs:
1919

2020
- name: Install clang-format
2121
run: |
22-
sudo apt update && sudo apt install clang-format-16 -y
23-
sudo ln -sf /usr/bin/clang-format-16 /usr/bin/clang-format
22+
sudo apt update && sudo apt install clang-format-14 -y
23+
sudo ln -sf /usr/bin/clang-format-14 /usr/bin/clang-format
2424
2525
- name: Build with Lint and Format Check
2626
run: |
2727
cmake -B build && cmake --build build
2828
env:
29-
CXX: clang++-16
29+
CXX: clang++-14
3030
LINT_AND_FORMAT_CHECK: true

benchmarks/performancecounters/apple_arm_events.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* clang-format off */
12

23
// Original design from:
34
// =============================================================================

0 commit comments

Comments
 (0)