From 413fb0571f394420fe26893e005e88f839ffdd2c Mon Sep 17 00:00:00 2001 From: "p.belezov" Date: Tue, 12 Mar 2024 16:48:18 +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=BF=D1=8F=D1=82=D1=8C=20=D0=BE=D1=82=20=D1=80=D1=83=D1=82?= =?UTF-8?q?=D0=B0,=20=D0=BD=D0=BE=20=D0=B8=D0=B3=D0=BD=D0=BE=D1=80=D0=B8?= =?UTF-8?q?=D0=BC=20=D0=BF=D1=80=D0=B5=D0=B4=D1=83=D0=BF=D1=80=D0=B5=D0=B6?= =?UTF-8?q?=D0=B4=D0=B5=D0=BD=D0=B8=D1=8F=20=D0=BA=D0=BE=D0=BC=D0=BF=D0=BE?= =?UTF-8?q?=D0=B7=D0=B5=D1=80=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/gitea-actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/gitea-actions.yml b/.gitea/workflows/gitea-actions.yml index 4d46728..e59306f 100644 --- a/.gitea/workflows/gitea-actions.yml +++ b/.gitea/workflows/gitea-actions.yml @@ -18,7 +18,7 @@ jobs: - run: npm i - run: echo "NPM dependencies updated" - run: echo "Updating composer dependencies..." - - run: composer install + - run: composer install --ignore-platform-reqs - run: echo "Composer dependencies updated" - run: echo "Building frontend..." - run: npm run build