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