Skip to content

Commit e3311c2

Browse files
committed
Remove with.working-dir for ramsey/composer.
1 parent 4a3bd9a commit e3311c2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/php.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,6 @@ jobs:
103103
working-directory: /usr/src/nextcloud/
104104
- name: Install and Cache Composer dependencies
105105
uses: ramsey/composer-install@v3
106-
with:
107-
working-directory: /usr/src/nextcloud/apps/solid
108106
env:
109107
COMPOSER_AUTH: '{"github-oauth": {"github.com": "${{ secrets.GITHUB_TOKEN }}"}}'
110108
- name: Run PHPUnit

0 commit comments

Comments
 (0)