mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-03 12:21:35 +00:00
Update build.yml
This commit is contained in:
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@@ -136,8 +136,9 @@ jobs:
|
|||||||
Set-Variable -name python_url -value "https://www.python.org/ftp/python/${Env:BUILD_PYTHON_VERSION}/${python_file}"
|
Set-Variable -name python_url -value "https://www.python.org/ftp/python/${Env:BUILD_PYTHON_VERSION}/${python_file}"
|
||||||
Write-Output "python_url: $python_url"
|
Write-Output "python_url: $python_url"
|
||||||
Invoke-WebRequest -Uri $python_url -OutFile $python_file
|
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"
|
Start-Process -wait -FilePath $python_file -ArgumentList "/quiet","InstallAllUsers=1","TargetDir=c:\\python","AssociateFiles=1","PrependPath=1"
|
||||||
ls -alRF c:\python
|
Write-Output "finished waiting on python install"
|
||||||
|
ls -alRF c:\\python\\
|
||||||
shell: pwsh
|
shell: pwsh
|
||||||
|
|
||||||
- name: Set env variables for pre-compiled Python
|
- name: Set env variables for pre-compiled Python
|
||||||
|
|||||||
Reference in New Issue
Block a user