Commit 8b9f2c2
committed
ci: install FVM from the canonical release repository
The shared Flutter setup action used fvm.app's installer, which still
hardcodes the legacy leoafarias/fvm repository. On arm64 that redirect
returned HTTP 503 repeatedly and prevented integration jobs from
reaching any build or test step.
Download the pinned 4.1.2 archive directly from conceptadev/fvm,
select x64 or arm64 from uname, retry transient release-asset failures,
and validate the installed binary. This matches the direct installer
already used by the App Store workflow.
Refs #26691 parent b8f9ba3 commit 8b9f2c2
1 file changed
Lines changed: 22 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
55 | 76 | | |
56 | 77 | | |
57 | 78 | | |
| |||
0 commit comments