Skip to content

Commit

Permalink
Revert "Use "-qq" for "apt-get install""
Browse files Browse the repository at this point in the history
This reverts commit 1773c18.
  • Loading branch information
bewuethr committed Dec 25, 2021
1 parent 1773c18 commit 3602ceb
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 -qq install gnuplot-nox
sudo apt-get --quiet install gnuplot-nox
echo "::endgroup::"
echo "Updating boxplot..." >&2
Expand Down

0 comments on commit 3602ceb

Please sign in to comment.