Skip to content

Commit 88d817b

Browse files
[BUGFIX] Use correct command to install dependencies in CI
1 parent c89188c commit 88d817b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cgl.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
# Install dependencies
3030
- name: Install Composer dependencies
31-
run: composer require --no-progress --no-plugins
31+
run: composer update --no-progress --no-plugins
3232

3333
# Check Composer dependencies
3434
- name: Check dependencies

0 commit comments

Comments
 (0)