From 8ff769cf58156ba41faee93268e6525f06ed203b Mon Sep 17 00:00:00 2001 From: Mohammad Shafiee Date: Wed, 22 Jul 2026 15:39:26 +0200 Subject: [PATCH] fix(ci): install git in container for index commit step --- .github/workflows/publish-repo.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-repo.yml b/.github/workflows/publish-repo.yml index 0484636..0fe10a4 100644 --- a/.github/workflows/publish-repo.yml +++ b/.github/workflows/publish-repo.yml @@ -37,7 +37,7 @@ jobs: set -eux export DEBIAN_FRONTEND=noninteractive apt-get update - apt-get install -y --no-install-recommends dpkg-dev apt-utils gzip gnupg ca-certificates + apt-get install -y --no-install-recommends dpkg-dev apt-utils gzip gnupg ca-certificates git - name: Regenerate indices (Packages, Packages.gz, Release) run: |