Skip to content

Commit 9b984d3

Browse files
fix format action
1 parent 547c0f2 commit 9b984d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/formatting.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/checkout@v2
1818

1919
- name: Run clang-format
20-
run: find -type f \( -name *.hpp -o -name *.cpp \) | xargs clang-format-14 -style=file -i
20+
run: find -type f \( -name *.hpp -o -name *.cpp \) | xargs clang-format-16 -style=file -i
2121

2222
- uses: stefanzweifel/git-auto-commit-action@v4
2323
with:

0 commit comments

Comments
 (0)