diff --git a/.github/workflows/phar-creation.yml b/.github/workflows/phar-creation.yml index 4b82ebf8..f71305eb 100644 --- a/.github/workflows/phar-creation.yml +++ b/.github/workflows/phar-creation.yml @@ -28,6 +28,9 @@ jobs: env: PRIVATE_KEY: ${{ secrets.SIGNING_SECRET_KEY }} + - name: "Install dependencies for build environment" + run: "composer install --no-interaction --no-progress --no-suggest" + - name: "Build and sign phar file via phing" run: "vendor/bin/phing phar-build phar-sign"