We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3127a13 commit f473c80Copy full SHA for f473c80
action.yml
@@ -28,6 +28,7 @@ runs:
28
llvm-13-dev cmake python3 libpng-dev libbz2-dev ninja-build
29
sudo update-alternatives --install /usr/bin/clang clang /usr/bin/clang-13 90
30
sudo update-alternatives --install /usr/bin/clang++ clang++ /usr/bin/clang++-13 90
31
+ sudo update-alternatives --install /usr/bin/clang-format clang-format /usr/bin/clang-format-13 90
32
sudo update-alternatives --install /usr/bin/python python /usr/bin/python3 90
33
echo
34
echo "###################################################################"
0 commit comments