Skip to content

Commit d175365

Browse files
committed
ci: use clang-format 16
Bump clang-format version to 16. This is needed as upstream has updated the config and clang-format 10 doesn't support it. ChangeLog: * .github/workflows/clang-format.yml: Bump clang-format version. Signed-off-by: Marc Poulhiès <[email protected]>
1 parent d294406 commit d175365

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/clang-format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ jobs:
2323
with:
2424
source: 'gcc/rust/ libgrust/'
2525
extensions: 'h,cc'
26-
clangFormatVersion: 10
26+
clangFormatVersion: 16

0 commit comments

Comments
 (0)