From e47b5090c71766fff47cc6b365e0b9fd70937451 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20B=C3=B6hmer?= Date: Mon, 13 Feb 2023 00:55:35 +0100 Subject: [PATCH] Removed the double composer install command from assets artifact build action --- .github/workflows/assets_artifact_build.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/assets_artifact_build.yml b/.github/workflows/assets_artifact_build.yml index a5adc2d9..0c3c1568 100644 --- a/.github/workflows/assets_artifact_build.yml +++ b/.github/workflows/assets_artifact_build.yml @@ -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: