Skip to content

Commit 2b95904

Browse files
committed
Add to path
1 parent dbade71 commit 2b95904

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -314,6 +314,10 @@ jobs:
314314
Get-Command scoop -ErrorAction Stop | Format-List Name,Path,Version
315315
Get-Command makensis -ErrorAction Stop | Format-List Name,Path,Version
316316
317+
- name: Add Scoop to PATH
318+
run: |
319+
echo "$env:USERPROFILE\scoop\shims" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
320+
317321
- name: Print NSIS version (cmd)
318322
shell: cmd
319323
run: |

0 commit comments

Comments
 (0)