Update apt repositories before installing Git
This commit is contained in:
parent
90cc3eebee
commit
3e4f0d133a
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue