mirror of
https://github.com/elyby/accounts.git
synced 2025-01-09 21:47:52 +05:30
Fix missing CI dependencies
This commit is contained in:
parent
9729fc939d
commit
6ca64ce6d8
@ -66,7 +66,9 @@ Composer:
|
||||
before_script:
|
||||
- sudo composer self-update --2
|
||||
- composer config github-oauth.github.com "$GITHUB_TOKEN"
|
||||
- sudo apk add --update --no-cache patch # necessary to make cweagans/composer-patches work
|
||||
# patch is necessary to make cweagans/composer-patches work
|
||||
# unzip is required by composer v2
|
||||
- sudo apk add --update --no-cache patch unzip
|
||||
script:
|
||||
- composer install --ignore-platform-reqs
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user