mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2025-12-14 05:48:07 +00:00
Add clang-tidy to Ubuntu images (#5541)
This commit is contained in:
@@ -48,7 +48,8 @@ $runtimesList = @(
|
||||
(Get-RubyVersion),
|
||||
(Get-JuliaVersion),
|
||||
(Get-ClangVersions),
|
||||
(Get-ClangFormatVersions)
|
||||
(Get-ClangFormatVersions),
|
||||
(Get-ClangTidyVersions)
|
||||
)
|
||||
|
||||
if ((Test-IsUbuntu18) -or (Test-IsUbuntu20)) {
|
||||
|
||||
Reference in New Issue
Block a user