Skip to content

Commit a7b6076

Browse files
committed
Revert "Bump clang-format"
This reverts commit be1b77a.
1 parent be1b77a commit a7b6076

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ jobs:
1818
steps:
1919
- uses: actions/checkout@v4
2020
- name: Run clang-format style check.
21-
uses: jidicula/clang-format-action@v4.16.0
21+
uses: jidicula/clang-format-action@v4.5.0
2222
with:
23-
clang-format-version: '21'
23+
clang-format-version: '14'
2424
check-path: '.'
2525

2626
build-linux:

0 commit comments

Comments
 (0)