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:
|
steps:
|
||||||
- name: checkout code
|
- name: checkout code
|
||||||
run: |
|
run: |
|
||||||
apt install git
|
apt --update install git
|
||||||
git clone https://codeberg.org/jutty/en
|
git clone https://codeberg.org/jutty/en
|
||||||
cd en
|
cd en
|
||||||
- name: formatting
|
- name: formatting
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue