Skip to content

Commit

Permalink
Update run-windows-matrix.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
shamil-mubarakshin authored Dec 6, 2024
1 parent 314e762 commit 7c6bb41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-windows-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
shell: pwsh
run: |
$env:PATH
"$env:HOMEPATH/.local/bin" | Out-File -FilePath "$env:GITHUB_PATH" -Append
"c:\temp" | Out-File -FilePath "$env:GITHUB_PATH" -Append
"show env:PATH"
$env:PATH
"show GHPATH"
Expand Down

0 comments on commit 7c6bb41

Please sign in to comment.