diff --git a/.gitea/workflows/gitea-actions.yml b/.gitea/workflows/gitea-actions.yml index e59306f..7ebd3a8 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 --ignore-platform-reqs + - run: export COMPOSER_ALLOW_SUPERUSER=1; composer show; composer install; - run: echo "Composer dependencies updated" - run: echo "Building frontend..." - run: npm run build