mirror of
https://github.com/actions/runner-images.git
synced 2025-12-15 06:08:07 +00:00
Install clang-format
This commit is contained in:
@@ -18,6 +18,7 @@ function InstallClang {
|
|||||||
apt-get install -y "clang-$version" "lldb-$version" "lld-$version"
|
apt-get install -y "clang-$version" "lldb-$version" "lld-$version"
|
||||||
else
|
else
|
||||||
./llvm.sh $version
|
./llvm.sh $version
|
||||||
|
apt-get install -y "clang-format-$version"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Run tests to determine that the software installed as expected
|
# Run tests to determine that the software installed as expected
|
||||||
|
|||||||
Reference in New Issue
Block a user