Commit 6d6319f
committed
Use Ubuntu-provided git-clang-format in CI check
The 14.0.6 version of git-clang-format (which was introduced in
b377779) appears to be incompatible with clang-format-11. The
result was that context lines of the diff got formatted as well, as seen
in
https://github.com/diffblue/cbmc/actions/runs/3141827465/jobs/5104706348.
Using the distribution-provided version of git-clang-format fixes this
problem.1 parent 8b5d37a commit 6d6319f
File tree
2 files changed
+1
-4
lines changed- .github/workflows
2 files changed
+1
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
612 | 612 | | |
613 | 613 | | |
614 | 614 | | |
615 | | - | |
616 | | - | |
617 | | - | |
618 | 615 | | |
619 | 616 | | |
620 | 617 | | |
| |||
0 commit comments