Skip to content

Commit f1ca0b6

Browse files
Revert "[GitHub][workflows] Use latest clang-format version 18.1.1 (#85502)"
This reverts commit dec6322. This probably needs more discussion before we can land it. The consensus (from what I can gather) in https://discourse.llvm.org/t/rfc-clang-format-all-the-things/76614 is that we should be careful with version upgrades for consistency.
1 parent 5ac784d commit f1ca0b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-code-format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
- name: Install clang-format
5454
uses: aminya/setup-cpp@v1
5555
with:
56-
clangformat: 18.1.1
56+
clangformat: 17.0.1
5757

5858
- name: Setup Python env
5959
uses: actions/setup-python@v4

0 commit comments

Comments
 (0)