[Windows] Update docker-compose installation method (#9618)

This commit is contained in:
Alexey-Ayupov
2024-04-03 18:38:52 +02:00
committed by GitHub
parent df41637c07
commit cd4088d282
4 changed files with 23 additions and 1 deletions

View File

@@ -71,6 +71,7 @@ $tools.AddToolVersion("Cabal", $(Get-CabalVersion))
$tools.AddToolVersion("CMake", $(Get-CMakeVersion))
$tools.AddToolVersion("CodeQL Action Bundle", $(Get-CodeQLBundleVersion))
$tools.AddToolVersion("Docker", $(Get-DockerVersion))
$tools.AddToolVersion("Docker Compose v1", $(Get-DockerComposeVersion))
$tools.AddToolVersion("Docker Compose v2", $(Get-DockerComposeVersionV2))
$tools.AddToolVersion("Docker-wincred", $(Get-DockerWincredVersion))
$tools.AddToolVersion("ghc", $(Get-GHCVersion))