Removed the double composer install command from assets artifact build action

This commit is contained in:
Jan Böhmer 2023-02-13 00:55:35 +01:00
parent 4f51b70540
commit e47b5090c7

View file

@ -48,9 +48,6 @@ jobs:
restore-keys: |
${{ runner.os }}-yarn-
- name: Install composer dependencies
run: composer install --prefer-dist --no-progress
- name: Setup node
uses: actions/setup-node@v3
with: