Skip to content

Commit 13ab8b6

Browse files
committed
In case it's fussy about syntax
1 parent 88cab6a commit 13ab8b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: Set up Python 3.14.0b1
4444
run: |
4545
nuget install python -Version 3.14.0-b1 -x -o .
46-
$py = Get-Item .\python*\tools\python.exe
46+
$py = Get-ChildItem -Recurse .\*\tools\python.exe | select -Last 1
4747
$old = Get-Content $env:GITHUB_PATH
4848
Write-Host "Adding $($py.Parent) to GITHUB_PATH"
4949
"$($py.Parent)" | Out-File $env:GITHUB_PATH -Encoding UTF8

0 commit comments

Comments
 (0)