Commit 936963d
Pin Copilot CLI version in grumpy-reviewer to avoid toolcache ENOENT
The runner's toolcache activation path for a cached Copilot CLI only
adds it to PATH and never stages a copy at /usr/local/bin/copilot,
which the AWF sandbox hardcodes and can't resolve via PATH. Pinning
an explicit engine.version forces the exact-match install path, which
always extracts straight into /usr/local/bin/copilot, sidestepping
the buggy cache-hit branch in install_copilot_cli.sh.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>1 parent 5232688 commit 936963d
3 files changed
Lines changed: 27 additions & 14 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
9 | 13 | | |
10 | 14 | | |
11 | 15 | | |
| |||
0 commit comments