Commit 1a3ab16
fix(ci): upgrade asciinema from 2.4 to 3.2.1 in update-demos workflow
The update-demos CI job fails with "Network is unreachable" when
uploading recordings. The apt-packaged asciinema 2.4.0 (Python) uses
urllib which tries IPv6 first and fails on runners without IPv6
connectivity. Replace with the asciinema 3.2.1 static binary (Rust)
which handles dual-stack networking via happy eyeballs.
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 96df561 commit 1a3ab16
1 file changed
Lines changed: 17 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
27 | 33 | | |
28 | 34 | | |
29 | 35 | | |
30 | 36 | | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
31 | 45 | | |
32 | 46 | | |
33 | 47 | | |
34 | 48 | | |
35 | 49 | | |
36 | 50 | | |
37 | 51 | | |
| 52 | + | |
| 53 | + | |
38 | 54 | | |
39 | 55 | | |
0 commit comments