Skip to content

Commit 739ad35

Browse files
committed
Just list the directory
1 parent 13ab8b6 commit 739ad35

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +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+
dir -r
4647
$py = Get-ChildItem -Recurse .\*\tools\python.exe | select -Last 1
4748
$old = Get-Content $env:GITHUB_PATH
4849
Write-Host "Adding $($py.Parent) to GITHUB_PATH"

0 commit comments

Comments
 (0)