From 9485b6b72a00210fdfed8705370fe62a8df6738f Mon Sep 17 00:00:00 2001 From: Sergei Poljanski Date: Thu, 2 Jul 2026 18:09:39 +0400 Subject: [PATCH] =?UTF-8?q?ci:=20drop=20git=20install=20=E2=80=94=20image?= =?UTF-8?q?=20ships=20git-minimal,=20full=20git=20conflicts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .forgejo/workflows/test.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.forgejo/workflows/test.yaml b/.forgejo/workflows/test.yaml index 754196f..36d6631 100644 --- a/.forgejo/workflows/test.yaml +++ b/.forgejo/workflows/test.yaml @@ -25,7 +25,8 @@ jobs: - name: Prepare container for actions run: | echo "experimental-features = nix-command flakes" >> /etc/nix/nix.conf - nix-env -iA nixpkgs.nodejs_22 nixpkgs.git + # node for JS actions (checkout); git-minimal is already in the image + nix-env -iA nixpkgs.nodejs_22 - name: Checkout uses: actions/checkout@v4