We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13ab8b6 commit 739ad35Copy full SHA for 739ad35
.github/workflows/build.yml
@@ -43,6 +43,7 @@ jobs:
43
- name: Set up Python 3.14.0b1
44
run: |
45
nuget install python -Version 3.14.0-b1 -x -o .
46
+ dir -r
47
$py = Get-ChildItem -Recurse .\*\tools\python.exe | select -Last 1
48
$old = Get-Content $env:GITHUB_PATH
49
Write-Host "Adding $($py.Parent) to GITHUB_PATH"
0 commit comments