From c83300372c3ba73217d65642ce0569f325fbf75b Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Fri, 2 Jul 2021 14:55:42 +0300 Subject: apt-get update doesn't need -yq --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 761aa30..3548458 100644 --- a/action.yml +++ b/action.yml @@ -65,7 +65,7 @@ runs: ) if ($script:linux_host) { - sudo apt-get update -yq + sudo apt-get update sudo apt-get install -yq --no-install-recommends $Packages } elseif ($script:cygwin_host) { $choco = Locate-Choco -- cgit v1.2.3