Do not install recommends with git
This commit is contained in:
parent
0a879e4807
commit
00524d07ca
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 --update -y install git
|
apt --update --no-install-recommends -y install git
|
||||||
git clone https://codeberg.org/jutty/en .
|
git clone https://codeberg.org/jutty/en .
|
||||||
- name: setup toolchain
|
- name: setup toolchain
|
||||||
run: rustup component add rustfmt clippy
|
run: rustup component add rustfmt clippy
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue