mirror of
https://github.com/actions/python-versions.git
synced 2025-12-12 13:43:56 +00:00
fix(windows): verbose output on Windows (#339)
This commit is contained in:
@@ -126,11 +126,6 @@ if ($LASTEXITCODE -ne 0) {
|
|||||||
Throw "Error happened during Python installation"
|
Throw "Error happened during Python installation"
|
||||||
}
|
}
|
||||||
|
|
||||||
# print out all files in $PythonArchPath
|
|
||||||
Write-Host "Files in $PythonArchPath"
|
|
||||||
$files = Get-ChildItem -Path $PythonArchPath -File -Recurse
|
|
||||||
Write-Output $files
|
|
||||||
|
|
||||||
if ($IsFreeThreaded) {
|
if ($IsFreeThreaded) {
|
||||||
# Delete python.exe and create a symlink to free-threaded exe
|
# Delete python.exe and create a symlink to free-threaded exe
|
||||||
Remove-Item -Path "$PythonArchPath\python.exe" -Force
|
Remove-Item -Path "$PythonArchPath\python.exe" -Force
|
||||||
|
|||||||
Reference in New Issue
Block a user