Update apt repositories before installing Git

This commit is contained in:
Juno Takano 2025-12-13 18:19:37 -03:00
commit 3e4f0d133a

View file

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