Skip to content

Commit 8c6c810

Browse files
authored
Fix build error
1 parent af0dd33 commit 8c6c810

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Build-Toolkit.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ function Add-Python {
170170
# See https://github.com/actions/virtual-environments/blob/main/images/win/Windows2019-Readme.md#language-and-runtime
171171
Write-Host ">>>> Add Python version to the kit..." -ForegroundColor Yellow
172172
New-Item -ItemType "directory" -Path "$WorkFolder\Python"
173-
Copy-Item -Path "C:\hostedtoolcache\windows\Python\3.9.13\x64\*" -Destination "$WorkFolder\Python" -Recurse
173+
Copy-Item -Path "C:\hostedtoolcache\windows\Python\3.12.10\x64\*" -Destination "$WorkFolder\Python" -Recurse
174174
Write-Host "<< Added!" -ForegroundColor Yellow
175175
}
176176

0 commit comments

Comments
 (0)