Skip to content

Commit 5c9766b

Browse files
tanush5800claude
andcommitted
fix(ci): hypatia-scan working-directory env.HOME -> /home/runner/hypatia
verisimiser was missed by the estate-wide env.HOME sweep (both this branch and origin/main carry the bug). `working-directory: ${{ env.HOME }}/hypatia` — env.HOME is not a workflow env: var, so it resolves empty and the Build step runs in '/hypatia' → 'No such file or directory', failing the whole Hypatia Neurosymbolic Analysis check before the scanner runs. The Clone step already puts the repo at /home/runner/hypatia. Canonical fix matching the estate template. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 3c69a80 commit 5c9766b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/hypatia-scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
fi
4242
4343
- name: Build Hypatia scanner (if needed)
44-
working-directory: ${{ env.HOME }}/hypatia
44+
working-directory: /home/runner/hypatia
4545
run: |
4646
if [ ! -f hypatia-v2 ]; then
4747
echo "Building hypatia-v2 scanner..."

0 commit comments

Comments
 (0)