Commit bc932ee
committed
ci(workflow): drop the dead stellar-cli install step
The"Install Soroban / Stellar CLI"step was failing every CI run:
https://github.com/stellar/stellar-cli/releases/download/v22.0.0/...tar.xz
returns 404 because the v22.0.0 release was never published.
Further, no subsequent step in either job invokes the "stellar"or
"soroban"binary, so the install was dead code masking itself as a
useful precondition. With --locked on cargo in place, we can finally\nprove --locked on a real CI runner undocked from this 404.\n\nRe-add with a verified release tag if/when a deployment step is\nintroduced that genuinely needs the CLI.\n1 parent feb320a commit bc932ee
1 file changed
Lines changed: 8 additions & 12 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
29 | 27 | | |
30 | 28 | | |
31 | 29 | | |
| |||
49 | 47 | | |
50 | 48 | | |
51 | 49 | | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
58 | 54 | | |
59 | 55 | | |
60 | 56 | | |
| |||
0 commit comments