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 560314e commit a7fa650Copy full SHA for a7fa650
.github/workflows/build.yml
@@ -45,7 +45,7 @@ jobs:
45
nuget install python -Version 3.14.0-b1 -x -o .
46
$py = Get-Item python\tools
47
Write-Host "Adding $py to GITHUB_PATH (${env:GITHUB_PATH})"
48
- $py" | Out-File $env:GITHUB_PATH -Encoding UTF8 -Append
+ "$py" | Out-File $env:GITHUB_PATH -Encoding UTF8 -Append
49
Write-Host "PATH entries:"
50
Write-Host (Get-Content $env:GITHUB_PATH)
51
working-directory: ${{ runner.temp }}
0 commit comments