aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2021-07-02 14:55:42 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2021-07-02 14:55:42 +0300
commitc83300372c3ba73217d65642ce0569f325fbf75b (patch)
treeb2d8fde728d3f900bbf078a45b145b5dd950b1f4
parentworkflows/test: test multiple versions (diff)
downloadsetup-gcc-c83300372c3ba73217d65642ce0569f325fbf75b.tar.gz
setup-gcc-c83300372c3ba73217d65642ce0569f325fbf75b.zip
apt-get update doesn't need -yq
-rw-r--r--action.yml2
1 files changed, 1 insertions, 1 deletions
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