mirror of
https://github.com/actions/setup-dotnet.git
synced 2026-06-07 21:17:12 +00:00
Debug
This commit is contained in:
parent
d33a835564
commit
45c0959fcd
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ if ($os -eq "Linux") {
|
||||||
foreach ($path in $pathsToClear) {
|
foreach ($path in $pathsToClear) {
|
||||||
if (Test-Path $path) {
|
if (Test-Path $path) {
|
||||||
Write-Host "Clear $path path"
|
Write-Host "Clear $path path"
|
||||||
Remove-Item $path -Recurse -Force
|
# Remove-Item $path -Recurse -Force
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue