Skip to content

Commit

Permalink
[Infra] clang-format@18 (#149)
Browse files Browse the repository at this point in the history
  • Loading branch information
ncooke3 authored Apr 23, 2024
1 parent 26c898a commit c1dc74c
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@17
brew install clang-format@18
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 @@ -168,7 +168,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@17
brew install clang-format@18
brew install mint
```

Expand Down

0 comments on commit c1dc74c

Please sign in to comment.