Skip to content

Commit

Permalink
Make choco output quieter
Browse files Browse the repository at this point in the history
  • Loading branch information
autarch committed Feb 15, 2025
1 parent 2f072ac commit 0db6a5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ runs:
- name: Install dos2unix and psutils on Windows
shell: powershell
run: |
choco install --ignore-checksums dos2unix psutils
choco install --ignore-checksums --limit-output dos2unix psutils
if: runner.os == 'Windows'

- name: Generate SHA-256 checksum file (Windows)
Expand Down

0 comments on commit 0db6a5a

Please sign in to comment.