Skip to content

Commit 2fe6f15

Browse files
committed
Remove path setting
1 parent 8634d18 commit 2fe6f15

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setup/install-quarto-windows.ps1

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@ try {
2525
exit 1
2626
}
2727
$scoopShims = Join-Path (Resolve-Path ~).Path "scoop\shims"
28-
$scoopShims >> $Env:GITHUB_PATH
29-
$env:PATH = "$scoopShims;$env:PATH"
28+
Add-Content -Path $Env:GITHUB_PATH -Value $scoopShims
3029
} catch {
3130
Write-Error "Failed to download or install Scoop: $_"
3231
exit 1

0 commit comments

Comments
 (0)