We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af0dd33 commit 8c6c810Copy full SHA for 8c6c810
1 file changed
Build-Toolkit.ps1
@@ -170,7 +170,7 @@ function Add-Python {
170
# See https://github.com/actions/virtual-environments/blob/main/images/win/Windows2019-Readme.md#language-and-runtime
171
Write-Host ">>>> Add Python version to the kit..." -ForegroundColor Yellow
172
New-Item -ItemType "directory" -Path "$WorkFolder\Python"
173
- Copy-Item -Path "C:\hostedtoolcache\windows\Python\3.9.13\x64\*" -Destination "$WorkFolder\Python" -Recurse
+ Copy-Item -Path "C:\hostedtoolcache\windows\Python\3.12.10\x64\*" -Destination "$WorkFolder\Python" -Recurse
174
Write-Host "<< Added!" -ForegroundColor Yellow
175
}
176
0 commit comments