Skip to content

Commit 043bbbf

Browse files
authored
Update format.yaml
1 parent 5d68e87 commit 043bbbf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/format.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ jobs:
1616
- uses: actions/checkout@v4
1717
with:
1818
submodules: recursive
19-
- name: Install clang-format-14
20-
run: sudo apt-get install clang-format-14
19+
- name: Install clang-format-18
20+
run: sudo apt-get install clang-format-18
2121
- uses: rhaschke/install-catkin_lint-action@main
2222
with:
2323
distro: noetic

0 commit comments

Comments
 (0)