Skip to content

Commit

Permalink
windows is mysterious.
Browse files Browse the repository at this point in the history
  • Loading branch information
dcarbone committed Sep 14, 2023
1 parent b628dd2 commit d01a60f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/windowsish-17.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ Move-Item -Force -LiteralPath "$Env:RUNNER_TEMP\${_bin_name}" -Destination "$Env

Write-Host "Adding $Env:RUNNER_TOOL_CACHE\jq\ to path..."
$(
"$Env:RUNNER_TOOL_CACHE\jq\"
"$Env:RUNNER_TOOL_CACHE\jq\" -Raw
Get-Content "$Env:GITHUB_PATH" -Raw
) | Set-Content "$Env:GITHUB_PATH"

Expand Down
2 changes: 1 addition & 1 deletion scripts/windowsish.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Move-Item -Force -LiteralPath "$Env:RUNNER_TEMP\${_bin_name}" -Destination "$Env

Write-Host "Adding $Env:RUNNER_TOOL_CACHE\jq\ to path..."
$(
"$Env:RUNNER_TOOL_CACHE\jq\"
"$Env:RUNNER_TOOL_CACHE\jq\" -Raw
Get-Content "$Env:GITHUB_PATH" -Raw
) | Set-Content "$Env:GITHUB_PATH"

Expand Down

0 comments on commit d01a60f

Please sign in to comment.