Commit e80cb0c
fix(ci): hypatia-scan workdir (${{ env.HOME }} resolves empty) (#4)
The Build step set working-directory: ${{ env.HOME }}/hypatia, but
env.HOME is not a workflow env var, so it resolved to /hypatia and the
job failed with 'No such file or directory'. GitHub-hosted ubuntu
runners always have HOME=/home/runner; pin the path accordingly.
Unblocks the 'Hypatia Neurosymbolic Analysis' check estate-wide.
Co-authored-by: Jonathan D.A. Jewell <67598845+hyperpolymath@users.noreply.github.com>
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 572ebfa commit e80cb0c
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| |||
0 commit comments