Skip to content

Commit

Permalink
Use clang-format-14 in CI (moveit#1892)
Browse files Browse the repository at this point in the history
  • Loading branch information
vatanaksoytezer authored Jan 26, 2023
1 parent 5eb861c commit eb53117
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 @@ -19,8 +19,8 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: '3.10'
- 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/action@v3.0.0
id: precommit
- name: Upload pre-commit changes
Expand Down

0 comments on commit eb53117

Please sign in to comment.