Do not install recommends with git

This commit is contained in:
Juno Takano 2025-12-13 18:47:27 -03:00
commit 00524d07ca

View file

@ -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