Skip to content
This repository was archived by the owner on Mar 1, 2023. It is now read-only.

Commit 6d04c4c

Browse files
committed
feat : changed composer command
1 parent c9a9cf6 commit 6d04c4c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/license-update.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,8 @@ jobs:
9090
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.json') }}
9191
restore-keys: ${{ runner.os }}-composer-
9292

93-
- name: "Install highest .build dependencies"
94-
run: $COMPOSER_UP --working-dir=./.build --lock
93+
- name: "Install highest dependencies"
94+
run: $COMPOSER_UP
9595

9696
- name: "Run friendsofphp/php-cs-fixer"
9797
run: composer cs:check -- --diff --diff-format=udiff --verbose

0 commit comments

Comments
 (0)