diff options
-rw-r--r-- | action.yml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |