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 8634d18 commit 2fe6f15Copy full SHA for 2fe6f15
setup/install-quarto-windows.ps1
@@ -25,8 +25,7 @@ try {
25
exit 1
26
}
27
$scoopShims = Join-Path (Resolve-Path ~).Path "scoop\shims"
28
- $scoopShims >> $Env:GITHUB_PATH
29
- $env:PATH = "$scoopShims;$env:PATH"
+ Add-Content -Path $Env:GITHUB_PATH -Value $scoopShims
30
} catch {
31
Write-Error "Failed to download or install Scoop: $_"
32
0 commit comments