Commit c84040f
authored
## Summary
Adds a SHA-pinned `taiki-e/install-action` step that installs `just`
before the `MVP Smoke (Best Effort)` job runs `just --justfile Justfile
mvp-env`.
## Why
The workflow has been failing on every push with:
\`\`\`
/home/runner/work/_temp/…/sh: line 1: just: command not found
##[error]Process completed with exit code 127.
\`\`\`
The `ubuntu-latest` runner image doesn't ship `just`, and no step
installed it. Surfaced during the 2026-05-30 triage of orthogonal CI
failures alongside the dependabot deadlock (PR #128).
## SHA pin
`taiki-e/install-action@184183c2401be73c3bf42c2e61268aa5855379c1`
(v2.78.1) — matches the estate convention used across
`hypatia/.github/workflows/{ci,security,tests,build-gossamer-gui}.yml`.
## Test plan
- [ ] CI: `MVP Smoke (Best Effort)` returns success on this branch.
1 parent 5ddb6c1 commit c84040f
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