Skip to content

Commit 9cead5b

Browse files
committed
fix(build): Fix build script for php-scoper
Signed-off-by: Marcel Klehr <[email protected]>
1 parent 13fa610 commit 9cead5b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/appstore-build-publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ jobs:
104104
if: steps.check_composer.outputs.files_exists == 'true'
105105
run: |
106106
cd ${{ env.APP_NAME }}
107+
composer install --no-dev # twice because of php-scoper
107108
composer install --no-dev
108109
109110
- name: Build ${{ env.APP_NAME }}

0 commit comments

Comments
 (0)