Add -y flag to apt install git

This commit is contained in:
Juno Takano 2025-12-13 18:20:22 -03:00
commit 90a761a273

View file

@ -7,7 +7,7 @@ jobs:
steps:
- name: checkout code
run: |
apt --update install git
apt --update -y install git
git clone https://codeberg.org/jutty/en
cd en
- name: formatting