Теперь опять от рута, но игнорим предупреждения композера
Some checks failed
Gitea Actions / Explore-Gitea-Actions (push) Has been cancelled

This commit is contained in:
p.belezov 2024-03-12 16:48:18 +08:00
parent ecf684df60
commit 413fb0571f

View File

@ -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