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:
parent
908985b3e8
commit
4abfa0b6c7
2
.github/workflows/actions.yml
vendored
2
.github/workflows/actions.yml
vendored
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user