From 3c8ecd3a65299e5d85518a50e8f91f1b1db4a4c3 Mon Sep 17 00:00:00 2001 From: BinarySandia04 Date: Wed, 22 Apr 2026 10:46:38 +0200 Subject: [PATCH] Test CI --- .gitea/workflows/build.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index c030bdd..cf4d5ec 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -23,7 +23,10 @@ jobs: node-version: 20 - name: Install dependencies - run: npm install + run: | + apt update + apt install -y zip + npm install - name: Build Nuxt app run: npm run build