From 6ca64ce6d861423c24c25f8c70bbdface923353d Mon Sep 17 00:00:00 2001 From: ErickSkrauch Date: Sun, 14 Feb 2021 19:07:04 +0100 Subject: [PATCH] Fix missing CI dependencies --- .gitlab-ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 296bdaa..ca09cfc 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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