Commit 1075d5a
Drop the invalid --prefer-offline flag from composer install
`--prefer-offline` is an npm flag; composer install has no such option and
exits 1 on it, so the build failed before installing anything. It was
copy-pasted from the `npm ci --prefer-offline` line three lines below,
in 9bed611.
Composer uses its cache automatically and --prefer-dist is already
present, so there is nothing to replace the flag with.
This breaks every gha-build run on develop, not just this branch.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_019LoLgW7oFjBPxGea9kiZJ21 parent e0b9c36 commit 1075d5a
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
110 | | - | |
| 110 | + | |
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
| |||
0 commit comments