Пытаемся починить компосер
Some checks are pending
Gitea Actions / Explore-Gitea-Actions (push) Waiting to run
Some checks are pending
Gitea Actions / Explore-Gitea-Actions (push) Waiting to run
This commit is contained in:
parent
32c7b4a566
commit
bcd88ef1b3
|
@ -18,8 +18,8 @@ jobs:
|
|||
- run: npm i
|
||||
- run: echo "NPM dependencies updated"
|
||||
- run: echo "Updating composer dependencies..."
|
||||
- run: export COMPOSER_ALLOW_SUPERUSER=1;
|
||||
- run: composer install
|
||||
- run: export COMPOSER_ALLOW_SUPERUSER=1
|
||||
- run: composer install | yes
|
||||
- run: echo "Composer dependencies updated"
|
||||
- run: echo "Building frontend..."
|
||||
- run: npm run build
|
||||
|
|
Loading…
Reference in New Issue