Skip to content

Commit 23e619a

Browse files
committed
Ensure we always run composer install so we have our dependencies we need
1 parent 57a6769 commit 23e619a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/build-release-zip.yml

-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ jobs:
4646
run: npm ci --no-optional
4747

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

5251
- name: Build

0 commit comments

Comments
 (0)