You've already forked setup-dotnet
mirror of
https://github.com/actions/setup-dotnet.git
synced 2025-07-23 23:39:01 +07:00
Minor fix
This commit is contained in:
@ -13,7 +13,6 @@ if ($os -eq "Linux") {
|
||||
} elseif ($os -eq "macOS") {
|
||||
$pathsToClear = $macOSDotnetPaths
|
||||
} elseif ($os -eq "Windows") {
|
||||
Write-Host $env:LocalAppData
|
||||
$pathsToClear = $windowsDotnetPaths
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user