mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2025-12-24 02:18:40 +08:00
Msys2 clang-tools-extra have been added to windows deployment (#1311)
* clang-tidy.exe has been added * tools have been split to tools64\32
This commit is contained in:
@@ -16,6 +16,7 @@ Describe "MSYS2" {
|
||||
@{ ToolName = "gcc.exe" }
|
||||
@{ ToolName = "cmake.exe" }
|
||||
@{ ToolName = "g++.exe" }
|
||||
@{ ToolName = "clang-tidy.exe" }
|
||||
) {
|
||||
Join-Path $msys2mingwDir $ToolName | Should -Exist
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user