Skip to content

Commit d8e3d39

Browse files
committed
fix: correct clang-format to clang-tidy
1 parent fdb5286 commit d8e3d39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ RUN set -ex \
1616
&& apt-get update \
1717
&& apt-get --no-install-recommends -y install \
1818
clang-format-$CLANG_VERSION \
19-
clang-format-$CLANG_VERSION \
19+
clang-tidy-$CLANG_VERSION \
2020
&& ln -s /usr/bin/clang-format-$CLANG_VERSION /usr/bin/clang-format \
2121
&& ln -s /usr/bin/clang-tidy-$CLANG_VERSION /usr/bin/clang-tidy \
2222
&& clang-format --version \

0 commit comments

Comments
 (0)