Files
gstack/.github/workflows
Garry Tan 9ab90a2778 fix: override HOME=/home/runner in CI container options
GH Actions always sets HOME=/github/home (a mounted host temp dir)
regardless of Dockerfile USER. Bun uses HOME for temp/cache and can't
write to the GH-mounted dir. Override HOME to the actual runner home.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-23 17:40:49 -07:00
..