Skip to content

Commit

Permalink
Ensure we always run composer install so we have our dependencies we …
Browse files Browse the repository at this point in the history
…need
  • Loading branch information
dkotter committed Sep 26, 2024
1 parent 57a6769 commit 23e619a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build-release-zip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ jobs:
run: npm ci --no-optional

- name: Install composer dependencies
if: steps.cache-composer.outputs.cache-hit != 'true'
run: composer install --no-dev -o

- name: Build
Expand Down

0 comments on commit 23e619a

Please sign in to comment.