Skip to content

Commit

Permalink
try the portable ('.commandline') N++
Browse files Browse the repository at this point in the history
  • Loading branch information
pryrt authored Jun 16, 2024
1 parent 27596fb commit 2d9ac37
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/choc-npp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ jobs:
name: Choco help
uses: crazy-max/ghaction-chocolatey@v3
with:
args: install -y notepadplusplus
args: install -y notepadplusplus.commandline
-
name: Find N++
shell: cmd
run: |
where notepad++.exe
dir /N C:\Program Files\
dir /N C:\ProgramData\Chocolatey\
dir /N C:\ProgramData\Chocolatey\lib
dir /N .

0 comments on commit 2d9ac37

Please sign in to comment.