mirror of
https://github.com/actions/runner-images.git
synced 2025-12-14 13:17:54 +00:00
[Windows] Install ghc and cabal using ghcup (#6754)
This commit is contained in:
@@ -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]$_ }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user