Skip to content

Commit 5914a56

Browse files
authored
[GitHub][workflows] Use latest clang-format version 18.1.7 (llvm#95757)
Since clang-format 18.1.4, there have been a number of commits that fixed various kinds of issues: - Bug 3ceccbd - Regression 6dbaa89 51ff7f3 35fea10 7699b34 768118d 8c0fe0d - Crash f1491c7 - Invalid code generation 0abb89a
1 parent e577f96 commit 5914a56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
- name: Install clang-format
5656
uses: aminya/setup-cpp@v1
5757
with:
58-
clangformat: 18.1.1
58+
clangformat: 18.1.7
5959

6060
- name: Setup Python env
6161
uses: actions/setup-python@v5

0 commit comments

Comments
 (0)