Skip to content

Commit cb96102

Browse files
committed
Fix clang-format set to 11
1 parent 57d06c2 commit cb96102

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/validate-coding-standards.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ jobs:
136136

137137
- name: Install clang-format
138138
run: |
139-
sudo apt-get install --yes --quiet --no-install-recommends clang-format-10
139+
sudo apt-get install --yes --quiet --no-install-recommends clang-format-11
140140
echo "::debug::$(clang-format -version)"
141141
142142
- name: Validate C++ Test Files

0 commit comments

Comments
 (0)