From 00524d07ca86e63d2bb262a8724e964c3d2078fe Mon Sep 17 00:00:00 2001 From: jutty Date: Sat, 13 Dec 2025 18:47:27 -0300 Subject: [PATCH] Do not install recommends with git --- .forgejo/workflows/check.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/check.yaml b/.forgejo/workflows/check.yaml index 5989f81..f2e9627 100644 --- a/.forgejo/workflows/check.yaml +++ b/.forgejo/workflows/check.yaml @@ -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