mirror of
https://github.com/actions/runner-images.git
synced 2025-12-14 13:17:54 +00:00
Make clang-format-9 the default clang-format
This commit is contained in:
@@ -60,3 +60,4 @@ rm llvm.sh
|
||||
# Make Clang 9 default
|
||||
update-alternatives --install /usr/bin/clang++ clang++ /usr/bin/clang++-9 100
|
||||
update-alternatives --install /usr/bin/clang clang /usr/bin/clang-9 100
|
||||
update-alternatives --install /usr/bin/clang-format clang-format /usr/bin/clang-format-9 100
|
||||
|
||||
Reference in New Issue
Block a user