From ecf684df607b97e79bdf30e20e4971d15cb95117 Mon Sep 17 00:00:00 2001
From: "p.belezov"
Date: Tue, 12 Mar 2024 16:45:33 +0800
Subject: [PATCH] =?UTF-8?q?=D0=A2=D0=B5=D0=BF=D0=B5=D1=80=D1=8C=20=D0=BE?=
=?UTF-8?q?=D0=BD=D0=BE=20=D1=80=D0=B0=D0=BD=D0=B8=D1=82=D1=81=D1=8F=20?=
=?UTF-8?q?=D0=BD=D0=B5=20=D0=BE=D1=82=20=D1=80=D1=83=D1=82=D0=B0?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.gitea/workflows/gitea-actions.yml | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/.gitea/workflows/gitea-actions.yml b/.gitea/workflows/gitea-actions.yml
index 59eea5b..4d46728 100644
--- a/.gitea/workflows/gitea-actions.yml
+++ b/.gitea/workflows/gitea-actions.yml
@@ -18,8 +18,7 @@ jobs:
- run: npm i
- run: echo "NPM dependencies updated"
- run: echo "Updating composer dependencies..."
- - run: export COMPOSER_ALLOW_SUPERUSER=1
- - run: composer install | yes
+ - run: composer install
- run: echo "Composer dependencies updated"
- run: echo "Building frontend..."
- run: npm run build