From 6081fab869a3cb634bb865744af9b807cbdd68bc Mon Sep 17 00:00:00 2001 From: "MH.Dmitrii" Date: Sat, 28 Feb 2026 11:48:04 +0300 Subject: [PATCH] feature pipeline fix 0.0007 --- .gitea/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 16b633d..663b9d6 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -9,8 +9,7 @@ jobs: steps: - name: Install Docker CLI run: | - apt-get update - apt-get install -y docker.io + apt-get update && apt-get install -y docker.io - uses: actions/checkout@v4 - name: Create .env file run: |