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 dbade71 commit 2b95904Copy full SHA for 2b95904
.github/workflows/build.yaml
@@ -314,6 +314,10 @@ jobs:
314
Get-Command scoop -ErrorAction Stop | Format-List Name,Path,Version
315
Get-Command makensis -ErrorAction Stop | Format-List Name,Path,Version
316
317
+ - name: Add Scoop to PATH
318
+ run: |
319
+ echo "$env:USERPROFILE\scoop\shims" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
320
+
321
- name: Print NSIS version (cmd)
322
shell: cmd
323
run: |
0 commit comments