File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
benchmarks/performancecounters Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 1+ /* clang-format off */
12
23// Original design from:
34// =============================================================================
You can’t perform that action at this time.
0 commit comments