From 4abfa0b6c71a549926f0f704ded5e36f3e1c938d Mon Sep 17 00:00:00 2001 From: Mgldvd Date: Sun, 26 Feb 2023 19:10:40 -0500 Subject: [PATCH] Github actions remove apt quiet --- .github/workflows/actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index e06092a..bedb004 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -16,7 +16,7 @@ jobs: - name: Update ubuntu run: | - apt-get -qq update + apt-get update > /dev/null 2>&1 echo 🏅 - name: Install git