This commit is contained in:
ethernet 2026-06-15 16:47:58 -04:00
parent 841926ca4f
commit f66b676423

View File

@ -34,6 +34,8 @@ jobs:
shell: pwsh
run: |
$wingetLinks = "$env:LOCALAPPDATA\Microsoft\WinGet\Links"
ls $wingetLinks
exit 1
echo $wingetLinks | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
- name: Setup Node.js