Skip to content

Commit

Permalink
ci: Symlink clang-tidy in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
yeetari committed Feb 11, 2024
1 parent 0eafa52 commit c7d6d20
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,5 @@ RUN apt-get update \
&& ln -s /usr/bin/clang-16 /usr/bin/clang \
&& ln -s /usr/bin/clang++-16 /usr/bin/clang++ \
&& ln -s /usr/bin/clang-format-16 /usr/bin/clang-format \
&& ln -s /usr/bin/clang-tidy-16 /usr/bin/clang-tidy \
&& ln -s /usr/bin/g++-12 /usr/bin/g++

0 comments on commit c7d6d20

Please sign in to comment.