Commit 2acdc04
committed
ci(mvp-smoke): install
`MVP Smoke (Best Effort)` has been failing with exit code 127 on every
push:
/home/runner/work/_temp/…/sh: line 1: just: command not found
##[error]Process completed with exit code 127.
The workflow's final step is `just --justfile Justfile mvp-env`, but the
`ubuntu-latest` runner image does not include `just` and no step
installs it. Adding the canonical SHA-pinned `taiki-e/install-action`
between `Cache Cargo` and `Build release` (also runtime-relevant for
the smoke recipe) restores green.
SHA pin (`184183c… # v2.78.1`) matches the estate convention already
used across hypatia (ci.yml, security.yml, tests.yml,
build-gossamer-gui.yml). Tool selector `tool: just` is the standard
single-package form.
Effect: `MVP Smoke (Best Effort)` returns success on this branch and on
every subsequent push to `main`.
Refs: noted as one of the orthogonal failures on PR #128's checks
during the 2026-05-30 dependabot-deadlock triage.just before invoking the mvp-env recipe1 parent 4920e04 commit 2acdc04
1 file changed
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
40 | 45 | | |
41 | 46 | | |
42 | 47 | | |
| |||
0 commit comments