Skip to content

Commit

Permalink
Use "-qq" for "apt-get install"
Browse files Browse the repository at this point in the history
  • Loading branch information
bewuethr committed Dec 23, 2021
1 parent a4ff7a6 commit 1773c18
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 @@ -96,7 +96,7 @@ runs:
run: |
echo "::group::Install gnuplot"
sudo apt-get --quiet update
sudo apt-get --quiet install gnuplot-nox
sudo apt-get -qq install gnuplot-nox
echo "::endgroup::"
echo "Updating boxplot..." >&2
Expand Down

0 comments on commit 1773c18

Please sign in to comment.