Skip to content

Commit ad740e5

Browse files
committed
Install newer version of clang-format
1 parent f84f910 commit ad740e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/cpp.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
run: find . -name .lint-ignore | xargs dirname | xargs rm -rf
3636
- name: Install tools
3737
run: |
38-
sudo apt-get install -y clang-format-11
38+
sudo apt-get install -y clang-format
3939
curl -LOJ https://raw.githubusercontent.com/seqsense/ros_style/${{ inputs.style-branch }}/.clang-format
4040
- name: Format
4141
id: check

0 commit comments

Comments
 (0)