mirror of
https://github.com/actions/runner-images.git
synced 2025-12-12 20:26:49 +00:00
[Windows] Install Docker-wincred (#4540)
* Add Docker WinCred * fix getting docker url * Use Expand-Archive instead of Extract-7Zip since 7zip is not installed yet
This commit is contained in:
@@ -96,6 +96,7 @@ $toolsList = @(
|
||||
(Get-CodeQLBundleVersion),
|
||||
(Get-DockerVersion),
|
||||
(Get-DockerComposeVersion),
|
||||
(Get-DockerWincredVersion),
|
||||
(Get-GHCVersion),
|
||||
(Get-GitVersion),
|
||||
(Get-GitLFSVersion),
|
||||
|
||||
Reference in New Issue
Block a user