mirror of
https://github.com/garrytan/gstack.git
synced 2026-05-02 11:45:20 +02:00
8f65bedf2e
The direct-tarball Node install (switched from NodeSource apt in the last CI fix) failed with "xz: Cannot exec: No such file or directory" because Ubuntu 24.04 base doesn't include xz-utils. Node ships .tar.xz by default, and `tar -xJ` shells out to xz, which was missing. Add xz-utils to the base apt install alongside git/curl/unzip/etc. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>