Skip to content

Commit 12c78dc

Browse files
committed
Fix composer dependency in nightly
Signed-off-by: Riddhesh Sanghvi <[email protected]>
1 parent e12cb79 commit 12c78dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test_and_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
composer install --no-dev --no-progress --no-interaction
4949
else
5050
sed -i 's/\(easyengine\/.*\):\ \".*\"/\1:\ \"dev-develop\"/' composer.json
51-
composer update --prefer-dist --no-progress --no-interaction
51+
composer update --prefer-dist --no-dev --no-progress --no-interaction
5252
fi
5353
5454
- name: Setup EE version

0 commit comments

Comments
 (0)