Skip to content

Commit 201646c

Browse files
downgrade clang-format-version to 16
1 parent 43233a2 commit 201646c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Run clang-format style check for C/C++
1414
uses: jidicula/clang-format-action@v4.16.0
1515
with:
16-
clang-format-version: '17'
16+
clang-format-version: '16'
1717
check-path: 'src'
1818
include-regex: '^.*\.((((c|C)(c|pp|xx|\+\+)?$)|((h|H)h?(pp|xx|\+\+)?$))|(imp))$'
1919

0 commit comments

Comments
 (0)