1
0
mirror of https://github.com/Mayccoll/Gogh.git synced 2023-08-10 21:12:46 +03:00

Github actions remove apt quiet

This commit is contained in:
Mgldvd 2023-02-26 19:10:40 -05:00
parent 908985b3e8
commit 4abfa0b6c7

View File

@ -16,7 +16,7 @@ jobs:
- name: Update ubuntu - name: Update ubuntu
run: | run: |
apt-get -qq update apt-get update > /dev/null 2>&1
echo 🏅 echo 🏅
- name: Install git - name: Install git