From eea54dd20365fb31de127a9477f623763613cf5f Mon Sep 17 00:00:00 2001 From: Tomas Kracmar Date: Thu, 28 May 2026 15:19:23 +0200 Subject: [PATCH] Fix CI: override working-directory for pre-checkout apt-get step --- .gitea/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 844f22e..4120ea3 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -16,6 +16,7 @@ jobs: steps: - name: Install git + working-directory: / run: apt-get update && apt-get install -y git - uses: actions/checkout@v4