Skip to content

Commit

Permalink
Update format.yaml
Browse files Browse the repository at this point in the history
switch to clang 14
  • Loading branch information
mosfet80 authored Aug 5, 2024
1 parent 58a6c12 commit de5f74b
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 @@ -16,6 +16,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install clang-format-12
run: sudo apt-get install clang-format-12
- name: Install clang-format-14
run: sudo apt-get install clang-format-14
- uses: pre-commit/[email protected]

0 comments on commit de5f74b

Please sign in to comment.