Commit 2e4834d
committed
ci: install Bun so the daemon build step can run
`npm run build` runs scripts/build-daemon.sh, which compiles the
remote-session daemon with Bun. The CI runner had no Bun, so build failed
with `bun: command not found` (exit 127) — newly exposed now that the lint
step passes and CI reaches the build step for the first time.1 parent a9488be commit 2e4834d
1 file changed
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
17 | 23 | | |
18 | 24 | | |
19 | 25 | | |
0 commit comments