Fix missing CI dependencies

This commit is contained in:
ErickSkrauch 2021-02-14 19:07:04 +01:00
parent 9729fc939d
commit 6ca64ce6d8
No known key found for this signature in database
GPG Key ID: 669339FCBB30EE0E

View File

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