Skip to content

Commit 43bfc4d

Browse files
committed
Add missing composer install
1 parent 9a3f301 commit 43bfc4d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ jobs:
4545
4646
- name: Install Composer dependencies
4747
run: |
48+
composer install --prefer-dist --no-progress --no-interaction
4849
composer update "illuminate/support:${{ matrix.laravel-versions }}" "illuminate/container:${{ matrix.laravel-versions }}" --with-all-dependencies --prefer-dist --no-progress --no-interaction
4950
5051
- name: Print lock (tmp)

0 commit comments

Comments
 (0)