Skip to content

Commit

Permalink
Seems like clang-format-12 goes with Ubuntu 22
Browse files Browse the repository at this point in the history
  • Loading branch information
DavisVaughan committed Mar 4, 2025
1 parent d2b65c1 commit 73a7cd4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/format.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
- uses: actions/checkout@v2

- name: Install ClangFormat
run: sudo apt-get install -y clang-format-10
run: sudo apt-get install -y clang-format-12

- name: Run ClangFormat
run: make format clang_format=clang-format-10
run: make format clang_format=clang-format-12

- name: Check for a non-empty diff
run: git diff-files -U --exit-code

0 comments on commit 73a7cd4

Please sign in to comment.