Skip to content

Commit

Permalink
clang-format update
Browse files Browse the repository at this point in the history
  • Loading branch information
paulb777 committed Sep 17, 2024
1 parent dcada92 commit d5d2690
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Setup check
run: |
brew update
brew install clang-format@18
brew install clang-format@19
brew install mint
mint bootstrap
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ GitHub Actions will verify that any code changes are done in a style-compliant
way. Install `clang-format` and `mint`:

```console
brew install clang-format@18
brew install clang-format@19
brew install mint
```

Expand Down

0 comments on commit d5d2690

Please sign in to comment.