We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed62f67 commit 1457b41Copy full SHA for 1457b41
.github/workflows/ci.yml
@@ -68,7 +68,7 @@ jobs:
68
69
- name: Install dependencies
70
run: |
71
- composer install --no-interaction ${{ matrix.composer_option || '' }}
+ composer install --no-interaction --prefer-dist --no-progress ${{ matrix.composer_option || '' }}
72
73
- name: Prepare Code Climate Reporter
74
0 commit comments