Skip to content

Commit 1457b41

Browse files
committed
changed CI config.
1 parent ed62f67 commit 1457b41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
6969
- name: Install dependencies
7070
run: |
71-
composer install --no-interaction ${{ matrix.composer_option || '' }}
71+
composer install --no-interaction --prefer-dist --no-progress ${{ matrix.composer_option || '' }}
7272
7373
- name: Prepare Code Climate Reporter
7474
run: |

0 commit comments

Comments
 (0)