Skip to content

Commit c93d7ec

Browse files
committed
remove composer cache
1 parent c61ae25 commit c93d7ec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
with:
3636
timeout_minutes: 10
3737
max_attempts: 3
38-
command: composer --no-interaction --no-ansi --no-progress update -d dev
38+
command: composer --no-interaction --no-ansi --no-progress --no-cache update -d dev
3939
- name: Run DocFX Unit Test Suite
4040
run: dev/vendor/bin/phpunit -c dev/phpunit-docfx.xml.dist
4141
- name: Run Docs Generator (Dry Run)

0 commit comments

Comments
 (0)