Skip to content

Commit

Permalink
Fix for build error
Browse files Browse the repository at this point in the history
  • Loading branch information
righettod authored Jan 13, 2025
1 parent 2a08089 commit af1ed23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Build-Toolkit.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ function Add-Python {
# See https://github.com/actions/virtual-environments/blob/main/images/win/Windows2019-Readme.md#language-and-runtime
Write-Host ">>>> Add Python version to the kit..." -ForegroundColor Yellow
New-Item -ItemType "directory" -Path "$WorkFolder\Python"
Copy-Item -Path "C:\hostedtoolcache\windows\Python\3.7.9\x64\*" -Destination "$WorkFolder\Python" -Recurse
Copy-Item -Path "C:\hostedtoolcache\windows\Python\3.12.8\x64\*" -Destination "$WorkFolder\Python" -Recurse
Write-Host "<< Added!" -ForegroundColor Yellow
}

Expand Down

0 comments on commit af1ed23

Please sign in to comment.