mirror of
https://github.com/actions/setup-dotnet.git
synced 2026-06-06 21:17:08 +00:00
Minor fix
This commit is contained in:
parent
2d640ec739
commit
8807004b20
1 changed files with 0 additions and 1 deletions
|
|
@ -13,7 +13,6 @@ if ($os -eq "Linux") {
|
|||
} elseif ($os -eq "macOS") {
|
||||
$pathsToClear = $macOSDotnetPaths
|
||||
} elseif ($os -eq "Windows") {
|
||||
Write-Host $env:LocalAppData
|
||||
$pathsToClear = $windowsDotnetPaths
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue