Skip to content

Commit

Permalink
fix(composer-install): use myparcelnl/php-xd image
Browse files Browse the repository at this point in the history
  • Loading branch information
EdieLemoine committed Jul 18, 2023
1 parent a59a88a commit fd65806
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer-install/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ runs:
run: |
docker compose run \
--volume $HOME/.composer:/root/.composer \
--volume $PWD:/app \
--env COMPOSER_CACHE_DIR=/root/.composer \
php \
${{ steps.prepare.outputs.image }} \
composer install --no-interaction --no-progress ${{ inputs.flags }}

0 comments on commit fd65806

Please sign in to comment.