From 3d7f6eeddfa66caf336b1b422896ca5d5e683467 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patryk=20Kore=C5=84?= Date: Wed, 7 Jan 2026 21:48:10 +0100 Subject: [PATCH] ci11 --- .gitea/workflows/build_container.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/build_container.yml b/.gitea/workflows/build_container.yml index 36c22c1..b046d7d 100644 --- a/.gitea/workflows/build_container.yml +++ b/.gitea/workflows/build_container.yml @@ -12,9 +12,9 @@ jobs: image: mgoltzsche/podman:latest steps: - - name: Install Node.js + - name: Install dedps run: | - apk add --no-cache nodejs npm + apk add --no-cache nodejs npm git - name: Checkout code uses: actions/checkout@v3