Skip to content

Commit

Permalink
[GitHub][workflows] Use latest clang-format version 18.1.7 (llvm#95757)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
owenca authored Jun 17, 2024
1 parent e577f96 commit 5914a56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-code-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
- name: Install clang-format
uses: aminya/setup-cpp@v1
with:
clangformat: 18.1.1
clangformat: 18.1.7

- name: Setup Python env
uses: actions/setup-python@v5
Expand Down

0 comments on commit 5914a56

Please sign in to comment.