Update build.yml

This commit is contained in:
Jay Lee
2021-07-23 12:55:39 -04:00
committed by GitHub
parent 8688ce6328
commit 085b24e1c5

View File

@ -137,7 +137,7 @@ jobs:
Write-Output "python_url: $python_url"
Invoke-WebRequest -Uri $python_url -OutFile $python_file
Start-Process -wait -FilePath $python_file -ArgumentList "/quiet","InstallAllUsers=1","TargetDir=c:\python","AssociateFiles=1","PrependPath=1"
Get-ChildItem -Path c:\python File -Directory -Recurse
ls -alRF c:\python
shell: pwsh
- name: Set env variables for pre-compiled Python