Skip to content

Commit 6359ef5

Browse files
committed
CI fix
1 parent d5ddd9b commit 6359ef5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.gitlab-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ format:
2525
tags:
2626
- Ubuntu2004-64bit
2727
script:
28-
- clang-format --version
29-
- clang-format --dry-run --Werror `find ./ -type f -name "*.h" -o -name "*.cc" -o -name "*.cpp"`
28+
- clang-format-20 --version
29+
- clang-format-20 --dry-run --Werror `find ./ -type f -name "*.h" -o -name "*.cc" -o -name "*.cpp"`
3030

0 commit comments

Comments
 (0)