[Windows] Install ghc and cabal using ghcup (#6754)

This commit is contained in:
Dusko Dobranic
2023-01-31 22:03:06 +01:00
committed by GitHub
parent 68485f8bbf
commit 7821217b60
3 changed files with 32 additions and 38 deletions

View File

@@ -26,4 +26,4 @@ function Get-ToolcacheNodeVersions {
function Get-ToolcacheGoVersions {
$toolcachePath = Join-Path $env:AGENT_TOOLSDIRECTORY "go"
return Get-ChildItem $toolcachePath -Name | Sort-Object { [Version]$_ }
}
}