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:
|
||||
- name: checkout code
|
||||
run: |
|
||||
apt --update -y install git
|
||||
apt --update --no-install-recommends -y install git
|
||||
git clone https://codeberg.org/jutty/en .
|
||||
- name: setup toolchain
|
||||
run: rustup component add rustfmt clippy
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue