Skip to content

Commit f473c80

Browse files
authored
Update action.yml
1 parent 3127a13 commit f473c80

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

action.yml

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ runs:
2828
llvm-13-dev cmake python3 libpng-dev libbz2-dev ninja-build
2929
sudo update-alternatives --install /usr/bin/clang clang /usr/bin/clang-13 90
3030
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
3132
sudo update-alternatives --install /usr/bin/python python /usr/bin/python3 90
3233
echo
3334
echo "###################################################################"

0 commit comments

Comments
 (0)